summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-05-05 12:14:59 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-05-05 12:14:59 +0000
commitdb0533616300c472be4e155f469e5972abd77a40 (patch)
treebd8b517cfd396d97b3c16ceee2c5159b7d8888a8 /Makefile
parente39bb32ab6346a95fd3b5d3e69fafbc38dcbe115 (diff)
Changing gmake to $(MAKE)
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1626 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index d0a7de6a..1019bdf9 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.90 2000-04-20 12:53:45 goodale Exp $
+# @version $Id: Makefile,v 1.91 2000-05-05 12:14:59 allen Exp $
# @@*/
##################################################################################
@@ -571,7 +571,7 @@ $(addsuffix -config,$(CONFIGURATIONS)):
fi ; \
echo $(DIVIDER) ; \
if test "x$(PROMPT)" = "xno" ; then \
- gmake $(@:%-config=%) WARN=$(WARN); \
+ $(MAKE) $(@:%-config=%) WARN=$(WARN); \
else \
echo Use $(MAKE) $(@:%-config=%) to build the configuration. ; \
fi; \
@@ -606,7 +606,7 @@ endif
fi ;\
echo $(DIVIDER) ; \
if test "x$(PROMPT)" = "xno" ; then \
- gmake $(@:%-config=%) WARN=$(WARN); \
+ $(MAKE) $(@:%-config=%) WARN=$(WARN); \
else \
echo Use $(MAKE) $(@:%-config=%) to build the configuration.; \
fi; \
@@ -761,7 +761,7 @@ downsize:
read yesno rest ;\
if [ "x$$yesno" = "xyes" -o "x$$yesno" = "xy" -o "x$$yesno" = "xYES" -o "x$$yesno" = "xY" ] ;\
then \
- gmake distclean; \
+ $(MAKE) distclean; \
echo $(DIVIDER) ; \
fi
@@ -792,7 +792,7 @@ downsize:
fi ; \
echo $(DIVIDER) ; \
if test "x$(PROMPT)" = "xno" ; then \
- gmake $(@:%-config=%) WARN=$(WARN); \
+ $(MAKE) $(@:%-config=%) WARN=$(WARN); \
else \
echo Use $(MAKE) $@ to build the configuration. ; \
fi; \