]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Remove unused CC variable from perf.sh command line
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 3 Mar 2010 21:04:44 +0000 (22:04 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 3 Mar 2010 21:04:44 +0000 (22:04 +0100)
Makefile.in

index 76c3b7b2aa423cb43a1791a83f3ba8a2d89585f9..1700b6fc4c906e39588f9a0fc465d7f08a4eae02 100644 (file)
@@ -55,7 +55,7 @@ clean:
 
 .PHONY: perf
 perf: perf.sh
-       CC='$(CC)' $(srcdir)/perf.sh
+       $(srcdir)/perf.sh
 
 .PHONY: test
 test: test.sh