summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ChangeLog4
-rw-r--r--automake/host.am8
-rw-r--r--automake/local.am8
3 files changed, 4 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index cdab761a5a..4297067ee3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * automake/local.am, automake/host.am: Remove "debug".
+
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
diff --git a/automake/host.am b/automake/host.am
index 7c31aacc22..b7033e3df0 100644
--- a/automake/host.am
+++ b/automake/host.am
@@ -5,14 +5,6 @@
## Once automake is fully integrated these make targets
## and this file will probably be removed
-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
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