summaryrefslogtreecommitdiffstats
path: root/automake
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 /automake
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.
Diffstat (limited to 'automake')
-rw-r--r--automake/local.am8
1 files changed, 0 insertions, 8 deletions
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
-