summaryrefslogtreecommitdiffstats
path: root/c/src/automake/local.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-17 13:31:49 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-17 13:31:49 +0000
commit3a99e6f88a3c9ceeb869124f7b1c9eb959d7fcd5 (patch)
treec28edad0e48d677ab48ada52ce6d8300807eb96b /c/src/automake/local.am
parentFix broken ChangeLog entries. (diff)
downloadrtems-3a99e6f88a3c9ceeb869124f7b1c9eb959d7fcd5.tar.bz2
2003-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove stray comments. * automake/local.am, automake/host.am: Remove "debug".
Diffstat (limited to '')
-rw-r--r--c/src/automake/local.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/c/src/automake/local.am b/c/src/automake/local.am
index cfd96cf048..4ecc353d5b 100644
--- a/c/src/automake/local.am
+++ b/c/src/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