]> git.etc.gen.nz Git - spong.git/commitdiff
replace 'make' invocations with '$(MAKE)'
authorStephen L Johnson <sjohnson@monsters.org>
Tue, 28 Nov 2000 20:24:40 +0000 (20:24 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Tue, 28 Nov 2000 20:24:40 +0000 (20:24 +0000)
Makefile

index cd369e74fc5927493218f7938e63603401252ec6..9904fe8165f9271b3745f73652a80fcecda2fb47 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.6 2000/11/15 17:28:09 sljohnson Exp $
+# $Id: Makefile,v 1.7 2000/11/28 20:24:40 sljohnson Exp $
 #
 # Makefile for Spong (Version 2.6f and up).
 #
@@ -147,7 +147,7 @@ $(ETCDIR)/%:        ./config/%
 
 ./config/spong.conf:   ./config/spong.conf.in
        ./utils/mkTarg $< > ./spong.conf.mk
-       make -f ./spong.conf.mk
+       $(MAKE) -f ./spong.conf.mk
        rm -f ./spong.conf.mk
 
 # --- library ---