Try to fix echo-detection to work on all systems that provide any

suitable "echo -e" substitute.
This commit is contained in:
Michael Brown
2007-12-07 03:35:32 +00:00
parent 1949641d10
commit 3b58fc0baf
2 changed files with 17 additions and 1 deletions

View File

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