summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/ChangeLog4
-rw-r--r--c/src/Makefile.am4
2 files changed, 6 insertions, 2 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index d675010781..a30d43cf17 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,3 +1,7 @@
+2002-08-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Clean $(PROJECT_RELEASE).
+
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* acinclude.m4: Add test "$multilib" != "yes".
diff --git a/c/src/Makefile.am b/c/src/Makefile.am
index 1642c633aa..3f49d3f9b1 100644
--- a/c/src/Makefile.am
+++ b/c/src/Makefile.am
@@ -6,8 +6,8 @@ ACLOCAL_AMFLAGS = -I ../../aclocal
SUBDIRS = @exec@ @subdirs@
-# NOTE: The wildcard on the install should pick up everything except
-# the tests directory. This significantly minimizes the install size.
+clean-local:
+ $(RM) -r $(PROJECT_RELEASE)
include $(top_srcdir)/../../automake/subdirs.am
include $(top_srcdir)/../../automake/host.am