ensure the right CC is passed to test.sh

(patch from Nicholas Clark <nick@ccl4.org>)
This commit is contained in:
Andrew Tridgell 2004-09-06 15:04:22 +02:00
parent 2aa8cf97f7
commit 2c629987c2

View File

@ -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