fixing filtering of PCH define for dep generation
This commit is contained in:
parent
4f96f4ef38
commit
203882709c
1 changed files with 2 additions and 2 deletions
|
@ -207,7 +207,7 @@ ifeq ($(gb_FULLDEPS),$(true))
|
|||
define gb_CObject__command_deponcompile
|
||||
$(call gb_Helper_abbreviate_dirs_native,\
|
||||
$(OUTDIR)/bin/makedepend$(gb_Executable_EXT) \
|
||||
$(filter -DPRECOMPILED_HEADERS,$(4)) $(5) \
|
||||
$(filter-out -DPRECOMPILED_HEADERS,$(4)) $(5) \
|
||||
-I$(dir $(3)) \
|
||||
$(6) \
|
||||
$(3) \
|
||||
|
@ -250,7 +250,7 @@ ifeq ($(gb_FULLDEPS),$(true))
|
|||
define gb_CxxObject__command_deponcompile
|
||||
$(call gb_Helper_abbreviate_dirs_native,\
|
||||
$(OUTDIR)/bin/makedepend$(gb_Executable_EXT) \
|
||||
$(filter -DPRECOMPILED_HEADERS,$(4)) $(5) \
|
||||
$(filter-out -DPRECOMPILED_HEADERS,$(4)) $(5) \
|
||||
-I$(dir $(3)) \
|
||||
$(6) \
|
||||
$(3) \
|
||||
|
|
Loading…
Reference in a new issue