summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-01-19 12:46:12 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-01-19 12:46:12 +0000
commit5f6720993838327c87ee51eee871102cadacbfd9 (patch)
treecddc9ab2ffeef9f50484c41c1c2e6f04226ed666
parent6ce226f360ce2d75a76662fb4c76e20590f9394b (diff)
Changed $(make) to $(MAKE) in the help messages 8-)
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@72 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 731dddf9..5c19278a 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.7 1999-01-19 12:44:28 goodale Exp $
+# @version $Id: Makefile,v 1.8 1999-01-19 12:46:12 goodale Exp $
# @@*/
# Comment this out if you want to see what's going on.
@@ -121,9 +121,9 @@ ifeq ($(strip $(CONFIGURATIONS)),)
else
@echo The following configurations are currently specified
@echo $(CONFIGURATIONS)
- @echo To build a configuration run $(make) followed by the name of a configuration.
- @echo To clean a configuration run $(make) followed by the name of a configuration suffixed by -clean e.g. Linux-clean.
- @echo To delete a configuration run $(make) followed by the name of a configuration suffixed by -delete e.g. Linux-delete.
+ @echo To build a configuration run $(MAKE) followed by the name of a configuration.
+ @echo To clean a configuration run $(MAKE) followed by the name of a configuration suffixed by -clean e.g. Linux-clean.
+ @echo To delete a configuration run $(MAKE) followed by the name of a configuration suffixed by -delete e.g. Linux-delete.
endif
@echo $(DIVIDER)
@echo $(MAKE) also knows the following targets