summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--automake/local.am3
2 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ec242aad22..033d35227d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * automake/local.am: Remove distclean-local.
+
2001-01-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/rtems-cpu-subdirs.m4: Print out RTEMS_CPU in error message.
diff --git a/automake/local.am b/automake/local.am
index ca146e837e..51572dccc5 100644
--- a/automake/local.am
+++ b/automake/local.am
@@ -31,8 +31,5 @@ clean-local:
$(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)
$(RM) Depends-o-optimize.tmp Depends-o-debug.tmp Depends-o-profile.tmp
-distclean-local:
- $(RM) Depends-o-optimize Depends-o-debug Depends-o-profile
-
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools