aboutsummaryrefslogtreecommitdiff
path: root/www/firefox/files/patch-Makefile.in
blob: b08fd81bda04b2043cc92c751ad046bb02e19afb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Don't force mach after https://bugzilla.mozilla.org/show_bug.cgi?id=1496746

diff --git Makefile.in Makefile.in
index 407e373573fb..16b8bb162d39 100644
--- Makefile.in
+++ Makefile.in
@@ -55,15 +55,8 @@ $(RUNNABLE_TIERS) binaries:: CLOBBER $(BUILD_BACKEND_FILES)
 endif
 endif
 
-ifdef JS_STANDALONE
 .PHONY: CLOBBER
 CLOBBER:
-else
-CLOBBER: $(topsrcdir)/CLOBBER
-	@echo 'STOP!  The CLOBBER file has changed.'
-	@echo 'Please run the build through "mach build".'
-	@exit 1
-endif
 
 install_manifests := \
   $(addprefix dist/,branding include public private xpi-stage) \