Missed one $(MAKE)

This commit is contained in:
Erik Ekman 2007-12-01 10:12:25 +00:00 committed by Erik Ekman
parent 6aefed2666
commit b3c1b3e990

View File

@ -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..."