mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
fix problem when rebuilding the toolkit only and add buildconfig.html to garbage.
This commit is contained in:
parent
59d4caaee1
commit
9797c7d3a9
@ -44,13 +44,15 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = xre components skin/win
|
||||
|
||||
CHROME_DEPS = locale/build.dtd content/buildconfig.html
|
||||
|
||||
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
||||
DIRS += content/mac skin/mac
|
||||
endif
|
||||
|
||||
GARBAGE += locale/build.dtd
|
||||
CHROME_DEPS = locale/build.dtd content/buildconfig.html
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
GARBAGE += content/buildconfig.html locale/build.dtd
|
||||
|
||||
locale/build.dtd: locale/build.dtd.in $(DEPTH)/config/build_number
|
||||
@$(RM) -f $@
|
||||
@ -61,5 +63,3 @@ locale/build.dtd: locale/build.dtd.in $(DEPTH)/config/build_number
|
||||
# ifneq (,$(filter gtk gtk2,$(MOZ_WIDGET_TOOLKIT)))
|
||||
# DIRS += skin/unix
|
||||
# endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
Loading…
Reference in New Issue
Block a user