From 94e18016c8922ce341c01e39524f0ad1199d5908 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 17 Aug 2003 12:44:57 +0000 Subject: 2003-08-17 Ralf Corsepius * automake/local.am, automake/host.am: Remove "debug". --- c/src/tests/ChangeLog | 4 ++++ c/src/tests/automake/host.am | 8 -------- c/src/tests/automake/local.am | 8 -------- 3 files changed, 4 insertions(+), 16 deletions(-) (limited to 'c/src/tests') diff --git a/c/src/tests/ChangeLog b/c/src/tests/ChangeLog index 5f461984e7..01dad837d9 100644 --- a/c/src/tests/ChangeLog +++ b/c/src/tests/ChangeLog @@ -1,3 +1,7 @@ +2003-08-17 Ralf Corsepius + + * automake/local.am, automake/host.am: Remove "debug". + 2003-08-16 Ralf Corsepius Makefile.am: Reflect having moved automake. diff --git a/c/src/tests/automake/host.am b/c/src/tests/automake/host.am index 7c31aacc22..b7033e3df0 100644 --- a/c/src/tests/automake/host.am +++ b/c/src/tests/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/c/src/tests/automake/local.am b/c/src/tests/automake/local.am index cfd96cf048..4ecc353d5b 100644 --- a/c/src/tests/automake/local.am +++ b/c/src/tests/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 -- cgit v1.2.3