From 571547d1b639a54ae0c3af41f63f8188cc59bf8f Mon Sep 17 00:00:00 2001 From: Benjamin Smedberg Date: Fri, 6 Jun 2008 15:43:26 -0400 Subject: [PATCH] Bug 437219 - allow app-specific rules via application/app-config.mk and application/app-rules.mk, r=ted --- config/config.mk | 1 + config/rules.mk | 1 + 2 files changed, 2 insertions(+) diff --git a/config/config.mk b/config/config.mk index b154cae065df..4d6f160abb7d 100644 --- a/config/config.mk +++ b/config/config.mk @@ -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) ###################################################################### diff --git a/config/rules.mk b/config/rules.mk index 6f447d643ee0..693f48a34a78 100644 --- a/config/rules.mk +++ b/config/rules.mk @@ -2051,6 +2051,7 @@ endif endif ############################################################################# +-include $(topsrcdir)/$(MOZ_BUILD_APP)/app-rules.mk -include $(MY_RULES) #