X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=87c7d29a0c35afa394764d523911a7d9d9c661d7;hb=c2e27a85d7a7b8d4ce734c88f9ff1493b87a5789;hp=66745146bfabff1e9bbc947cdbcfeaec1b9959a1;hpb=dea52d3cb07ee32517dc38ec909725d83a63b7bb;p=osl.git diff --git a/Makefile b/Makefile index 6674514..87c7d29 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,8 @@ # increases performance and avoids hard-to-debug behaviour. .SUFFIXES: MAKEFLAGS += -Rr -ifeq ("$(origin CC)", "default") +CC := $(CC) +ifeq ($(strip $(CC)),) CC := cc endif