masterfix DEV300: #i10000# make clean fix

This commit is contained in:
Ivo Hinkelmann 2011-03-14 13:55:57 +01:00
parent 46696fc052
commit 4433801923

View file

@ -100,7 +100,7 @@ gb_ENABLE_PCH := $(false)
endif
# for clean, setuplocal and removelocal goals we switch off dependencies
ifneq ($(filter clean setuplocal removelocal showdeliverables,$(MAKECMDGOALS)),)
ifneq ($(filter cleanpackmodule clean setuplocal removelocal showdeliverables,$(MAKECMDGOALS)),)
gb_FULLDEPS := $(false)
else
gb_FULLDEPS := $(true)