summaryrefslogtreecommitdiffstats
path: root/automake/local.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-18 04:48:13 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-18 04:48:13 +0000
commitd22571602f6a7c4eac513bb1d76acfbb44d6fe54 (patch)
tree680d74f18ad483a9dbb30f48cec7c9ce61cd68bc /automake/local.am
parent2003-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d22571602f6a7c4eac513bb1d76acfbb44d6fe54.tar.bz2
2003-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/local.am, automake/host.am: Remove "debug".
Diffstat (limited to 'automake/local.am')
-rw-r--r--automake/local.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/automake/local.am b/automake/local.am
index cfd96cf048..4ecc353d5b 100644
--- a/automake/local.am
+++ b/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