masterfix DEV300: fix for make clean

This commit is contained in:
Ivo Hinkelmann 2011-03-28 18:20:03 +02:00
parent 156e15a27a
commit c7ccd0ba40

2
solenv/gbuild/platform/macosx.mk Executable file → Normal file
View file

@ -29,7 +29,7 @@ GUI := UNX
COM := GCC
# Darwin mktemp -t expects a prefix, not a pattern
gb_MKTEMP := /usr/bin/mktemp -t gbuild.
gb_MKTEMP ?= /usr/bin/mktemp -t gbuild.
gb_CC := cc
gb_CXX := g++