]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Remove superfluous dependencies from test/perf targets
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 3 Mar 2010 21:05:31 +0000 (22:05 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 3 Mar 2010 21:05:31 +0000 (22:05 +0100)
Makefile.in

index 1700b6fc4c906e39588f9a0fc465d7f08a4eae02..0e07888398dc5696d91eac126f12a079f8ba98de 100644 (file)
@@ -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