summaryrefslogtreecommitdiffstats
path: root/cpukit/automake/local.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-18 06:57:29 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-18 06:57:29 +0000
commit63a04f76c11e8cb700af3d1778ab3364ed73491c (patch)
tree7a93cbe3dfa2a54264fa9369cc93621346e5aafc /cpukit/automake/local.am
parent2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-63a04f76c11e8cb700af3d1778ab3364ed73491c.tar.bz2
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/local.am: Remove "debug".
Diffstat (limited to 'cpukit/automake/local.am')
-rw-r--r--cpukit/automake/local.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpukit/automake/local.am b/cpukit/automake/local.am
index 0cdbdb50b1..70326fb82f 100644
--- a/cpukit/automake/local.am
+++ b/cpukit/automake/local.am
@@ -1,13 +1,5 @@
## $Id$
-debug:
- @echo
- @echo "\"make debug\" is obsolete, instead use:"
- @echo " make VARIANT=DEBUG"
- @echo
-
-.PHONY: debug
-
preinstall-am: $(PREINSTALL_FILES)
preinstall: preinstall-am
.PHONY: preinstall preinstall-am