From: Andrew Tridgell Date: Mon, 6 Sep 2004 13:04:22 +0000 (+0200) Subject: ensure the right CC is passed to test.sh X-Git-Tag: v2.4~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c629987c2667667df136fbf3413b2d192a9dd5e;p=thirdparty%2Fccache.git ensure the right CC is passed to test.sh (patch from Nicholas Clark ) --- diff --git a/Makefile.in b/Makefile.in index b7965727a..0bf3eb99d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -39,10 +39,9 @@ clean: /bin/rm -f $(OBJS) *~ ccache$(EXEEXT) test: test.sh - ./test.sh + CC='$(CC)' ./test.sh -check: test.sh - ./test.sh +check: test distclean: clean /bin/rm -f Makefile config.h config.sub config.log build-stamp config.status