From: Joel Rosdahl Date: Wed, 3 Mar 2010 21:05:31 +0000 (+0100) Subject: Remove superfluous dependencies from test/perf targets X-Git-Tag: v3.0pre1~92 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=271a4e48afc0f05e9ccb241a441bbaefa28d7171;p=thirdparty%2Fccache.git Remove superfluous dependencies from test/perf targets --- diff --git a/Makefile.in b/Makefile.in index 1700b6fc4..0e0788839 100644 --- a/Makefile.in +++ b/Makefile.in @@ -54,11 +54,11 @@ clean: rm -f $(files_to_clean) .PHONY: perf -perf: perf.sh +perf: $(srcdir)/perf.sh .PHONY: test -test: test.sh +test: CC='$(CC)' $(srcdir)/test.sh .PHONY: check