]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Pass $(CXX) to perf.sh from the makefile
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 28 Apr 2010 18:08:47 +0000 (20:08 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 28 Apr 2010 18:08:47 +0000 (20:08 +0200)
Makefile.in

index 2a38b9db4bc715afbaef26feef715a12bba6e27a..9b5781a8548e980be9b0e47abc8cfb3704dcee17 100644 (file)
@@ -68,7 +68,7 @@ clean:
 
 .PHONY: perf
 perf:
-       $(srcdir)/perf.sh
+       CXX='$(CXX)' $(srcdir)/perf.sh
 
 .PHONY: test
 test: