From aa7d865d338104a50ea8f99dd577caf4f9216e0a Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Tue, 28 Nov 2000 20:24:40 +0000 Subject: [PATCH] replace 'make' invocations with '$(MAKE)' --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 --- -- 2.30.2