Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--scripts/Makefile.am1
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a787539019..6c109990970 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-06 Jb Evain <jbevain@novell.com>
+
+ * scripts/Makefile.am: don't generate a script for the now
+ dead mono-api-diff.
+
2008-12-05 Jonathan Pryor <jpryor@novell.com>
* man/mdoc-update.1: Document -fno-assembly-versions.
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 4f70fd20580..72556827eed 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -92,7 +92,6 @@ scripts_2_0 = \
mconfig$(SCRIPT_SUFFIX) \
mkbundle2$(SCRIPT_SUFFIX) \
mdoc$(SCRIPT_SUFFIX) \
- mono-api-diff$(SCRIPT_SUFFIX) \
mono-api-info$(SCRIPT_SUFFIX) \
mono-shlib-cop$(SCRIPT_SUFFIX) \
monop2$(SCRIPT_SUFFIX) \