(svn r4991) -Fix: don't compile UNITTEST by default, it isn't needed

-Fix: do not use hardcoded names for things like 'strip', keep it configurable!!
This commit is contained in:
truelight
2006-05-27 18:17:10 +00:00
parent 1e0f165407
commit 08c5ee6edc
2 changed files with 5 additions and 2 deletions

View File

@@ -834,7 +834,7 @@ OSX:=OSX
endif
all: endian_target.h endian_host.h $(UPDATECONFIG) $(LANGS) $(TTD) $(OSX) $(UNITTEST)
all: endian_target.h endian_host.h $(UPDATECONFIG) $(LANGS) $(TTD) $(OSX)
ifdef OSX
-include os/macosx/Makefile