mirror of
https://github.com/reactos/ccache.git
synced 2024-12-13 14:16:44 +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)
|
/bin/rm -f $(OBJS) *~ ccache$(EXEEXT)
|
||||||
|
|
||||||
test: test.sh
|
test: test.sh
|
||||||
./test.sh
|
CC='$(CC)' ./test.sh
|
||||||
|
|
||||||
check: test.sh
|
check: test
|
||||||
./test.sh
|
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
/bin/rm -f Makefile config.h config.sub config.log build-stamp config.status
|
/bin/rm -f Makefile config.h config.sub config.log build-stamp config.status
|
||||||
|
Loading…
Reference in New Issue
Block a user