author | truelight |
Tue, 04 Jul 2006 13:51:17 +0000 | |
changeset 4113 | f993487814cf |
parent 4112 | 00a965bfce2b |
child 4114 | 3150e39b5f89 |
--- a/Makefile Tue Jul 04 07:55:42 2006 +0000 +++ b/Makefile Tue Jul 04 13:51:17 2006 +0000 @@ -308,7 +308,7 @@ CC_TARGET = $(CC_HOST) endif -CC_VERSION = $(shell $(CC) -dumpversion | cut -c 1,3) +CC_VERSION = $(shell $(CC_TARGET) -dumpversion | cut -c 1,3) # GNU make can only test for (in)equality # this is a workaround to test for >=