From f265e4637f630c98439cf1883ac88c41947068d9 Mon Sep 17 00:00:00 2001 From: Erik Ekman Date: Sat, 1 Dec 2007 10:12:25 +0000 Subject: [PATCH] Missed one $(MAKE) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7516942..2f2bd10 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ uninstall: test: all @echo "!! The check library is required for compiling and running the tests" @echo "!! Get it at http://check.sf.net" - @(cd tests; make all) + @(cd tests; $(MAKE) all) clean: @echo "Cleaning..."