summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-04-07 22:49:02 -0400
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-14 13:26:26 +0200
commitd270404436f6e84ffa3b92af537ac721bf10d66e (patch)
tree9d1934d9321a2aef8f11a1ad0b5ee8c19e79b2a4 /Makefile.in
parent3bec218684f77267f1c679bb5b483af5ef25600f (diff)
downloadUXP-d270404436f6e84ffa3b92af537ac721bf10d66e.tar
UXP-d270404436f6e84ffa3b92af537ac721bf10d66e.tar.gz
UXP-d270404436f6e84ffa3b92af537ac721bf10d66e.tar.lz
UXP-d270404436f6e84ffa3b92af537ac721bf10d66e.tar.xz
UXP-d270404436f6e84ffa3b92af537ac721bf10d66e.zip
Silence removing dist/bin
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index ed00909cb..6c2327388 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -52,7 +52,7 @@ $(TIERS) binaries:: CLOBBER $(configure_dir)/configure config.status $(BUILD_BAC
# try and make this not have to happen, we actually want dist/bin to be
# completely removed regardless.
default alldep all::
- $(RM) -r $(DIST)/bin
+ @$(RM) -r $(DIST)/bin
ifndef JS_STANDALONE
ifdef COMPILE_ENVIRONMENT
$(TIERS) binaries:: $(topsrcdir)/js/src/configure js/src/config.status