summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-06-06 02:46:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-06-06 02:46:34 +0000
commitb52d7bc73d0be7e08bb2462fd24c481881dd32ef (patch)
tree4a2e2b27dfc4518e6d8e457c603d39db03783766
parent2003-06-04 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-b52d7bc73d0be7e08bb2462fd24c481881dd32ef.tar.bz2
2003-06-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/local.am: Remove $(ARCH), clean-local.
-rw-r--r--ChangeLog4
-rw-r--r--automake/local.am8
2 files changed, 4 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 46bb78c7b1..a4255488d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-06-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * automake/local.am: Remove $(ARCH), clean-local.
+
2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 321:
diff --git a/automake/local.am b/automake/local.am
index fa90e4c3a4..cfd96cf048 100644
--- a/automake/local.am
+++ b/automake/local.am
@@ -16,12 +16,4 @@ depend-am:
depend: depend-am
.PHONY: depend depend-am
-${ARCH}:
- mkdir ${ARCH}
-
-clean-local:
- $(RM) -r o-optimize o-debug $(CLEANDIRS)
- $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp
-
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
-