From 3b58fc0baf095b14bd885b8e657c0baa4b449641 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 7 Dec 2007 03:35:32 +0000 Subject: Try to fix echo-detection to work on all systems that provide any suitable "echo -e" substitute. --- src/Makefile.housekeeping | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Makefile.housekeeping') diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping index 6db4cea6a..df290b9bb 100644 --- a/src/Makefile.housekeeping +++ b/src/Makefile.housekeeping @@ -7,6 +7,11 @@ # CLEANUP := $(BIN)/*.* # *.* to avoid catching the "CVS" directory +# Show what we're using for "echo -e" +# +echo : + @$(ECHO) Using "$(ECHO)" to echo + # Version number calculations # VERSION_MAJOR = 0 -- cgit v1.2.3-55-g7522