From 443380192320c23af71e31949158a6c252e57903 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Mon, 14 Mar 2011 13:55:57 +0100 Subject: [PATCH] masterfix DEV300: #i10000# make clean fix --- solenv/gbuild/gbuild.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk index 3c7010a32158..6d22074dc8e6 100644 --- a/solenv/gbuild/gbuild.mk +++ b/solenv/gbuild/gbuild.mk @@ -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)