mirror of
https://github.com/reactos/ccache.git
synced 2024-12-12 21:56:14 +00:00
ensure the right CC is passed to test.sh
(patch from Nicholas Clark <nick@ccl4.org>)
This commit is contained in:
parent
2aa8cf97f7
commit
2c629987c2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user