Heikki Korpela fixed the 'make -C' invokes. make -C is banned.

This commit is contained in:
Daniel Stenberg 2001-09-01 09:39:40 +00:00
parent a5705acc9c
commit 6ef11f0b13
1 changed files with 2 additions and 2 deletions

View File

@ -12,11 +12,11 @@ curl:
@(cd ..; make)
test:
$(MAKE) -C data test
@cd data && exec $(MAKE) test
srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl
quiet-test:
$(MAKE) -C data test
@cd data && exec $(MAKE) test
srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -s -a
clean: