From: Stephen L Johnson Date: Tue, 28 Nov 2000 20:24:40 +0000 (+0000) Subject: replace 'make' invocations with '$(MAKE)' X-Git-Tag: spong-2_7_2~54 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa7d865d338104a50ea8f99dd577caf4f9216e0a;p=spong.git replace 'make' invocations with '$(MAKE)' --- diff --git a/Makefile b/Makefile index cd369e7..9904fe8 100644 --- 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 ---