summaryrefslogtreecommitdiffstats
path: root/cpukit/automake
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-01-23 22:21:24 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-01-23 22:21:24 +0000
commit08df9a21e4c2305d869bae228472517a9152be85 (patch)
treefb06c53a30df6a044943f265f192a8f2826d4508 /cpukit/automake
parent2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-08df9a21e4c2305d869bae228472517a9152be85.tar.bz2
2003-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/local.am: Remove distclean-local. Remove PROJECT_TOOLS.
Diffstat (limited to 'cpukit/automake')
-rw-r--r--cpukit/automake/local.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpukit/automake/local.am b/cpukit/automake/local.am
index ca146e837e..165142bc01 100644
--- a/cpukit/automake/local.am
+++ b/cpukit/automake/local.am
@@ -31,8 +31,3 @@ 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
-