2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* automake/local.am: Remove "debug".
This commit is contained in:
Ralf Corsepius
2003-08-18 06:57:29 +00:00
parent fe8bc62fa6
commit 63a04f76c1
2 changed files with 4 additions and 8 deletions

View File

@@ -1,3 +1,7 @@
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/local.am: Remove "debug".
2003-08-11 Joel Sherrill <joel@OARcorp.com>
* configure.ac: Removed duplicate entry.

View File

@@ -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