mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1042414 - Make mozglue.def depend on GLOBAL_DEPS; r=glandium
--HG-- extra : rebase_source : 6dbd6aa6ea9e697c037fa33e0638abbaa92ca08a
This commit is contained in:
parent
9c882f716e
commit
e71edf0cc1
@ -17,7 +17,7 @@ endif
|
||||
endif
|
||||
|
||||
ifeq (WINNT,$(OS_TARGET))
|
||||
mozglue.def: mozglue.def.in
|
||||
mozglue.def: mozglue.def.in $(GLOBAL_DEPS)
|
||||
$(call py_action,preprocessor,$(if $(MOZ_REPLACE_MALLOC),-DMOZ_REPLACE_MALLOC) $(ACDEFINES) $< -o $@)
|
||||
|
||||
GARBAGE += mozglue.def
|
||||
|
Loading…
Reference in New Issue
Block a user