From d3956c971f0f004996887a97559dd697731aa89c Mon Sep 17 00:00:00 2001 From: Steve Huston <shuston@riverace.com> Date: Tue, 2 Mar 1999 21:42:09 +0000 Subject: Use $(MAKE) to reinvoke make. --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile b/tests/Makefile index a4f81d5ae94..1c47c7889fc 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -107,7 +107,7 @@ endif # Local targets #---------------------------------------------------------------------------- DLL_TEST: - make -f Makefile.DLL + $(MAKE) -f Makefile.DLL all: $(VBIN) DLL_TEST #---------------------------------------------------------------------------- -- cgit v1.2.1