mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 437219 - allow app-specific rules via application/app-config.mk and application/app-rules.mk, r=ted
This commit is contained in:
parent
1829cc61f7
commit
571547d1b6
@ -798,6 +798,7 @@ endif
|
||||
#
|
||||
# Include any personal overrides the user might think are needed.
|
||||
#
|
||||
-include $(topsrcdir)/$(MOZ_BUILD_APP)/app-config.mk
|
||||
-include $(MY_CONFIG)
|
||||
|
||||
######################################################################
|
||||
|
@ -2051,6 +2051,7 @@ endif
|
||||
endif
|
||||
#############################################################################
|
||||
|
||||
-include $(topsrcdir)/$(MOZ_BUILD_APP)/app-rules.mk
|
||||
-include $(MY_RULES)
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user