diff options
Diffstat (limited to 'config/baseconfig.mk')
-rw-r--r-- | config/baseconfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/baseconfig.mk b/config/baseconfig.mk index 47a12b16e4..a125466abf 100644 --- a/config/baseconfig.mk +++ b/config/baseconfig.mk @@ -45,7 +45,7 @@ endif # WINNT ifndef INCLUDED_AUTOCONF_MK default:: else -TIERS := $(if $(MOZ_ARTIFACT_BUILDS),artifact )pre-export export $(if $(COMPILE_ENVIRONMENT),compile )misc libs tools +TIERS := pre-export export $(if $(COMPILE_ENVIRONMENT),compile )misc libs tools endif # These defines are used to support the twin-topsrcdir model for comm-central. |