diff options
author | Moonchild <moonchild@palemoon.org> | 2022-07-21 08:39:20 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-07-21 08:39:43 +0000 |
commit | a5421542e5fbeb2167cbdd4b2e19e7482a227ca7 (patch) | |
tree | cade7c97c86b23195a3b961f9b6d7cc31374fa89 /config/baseconfig.mk | |
parent | 9800079bc2d9eaf1f7dfd3c4db128af147eba1a4 (diff) | |
download | uxp-a5421542e5fbeb2167cbdd4b2e19e7482a227ca7.tar.gz |
Issue #1837 - Remove unused build back-ends from the tree.
This leaves just use of recursive make to build applications.
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. |