diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-04-07 22:49:02 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-04-07 22:49:02 -0400 |
commit | 50f1986697a7412e4160976fa5e11217b4ef1f44 (patch) | |
tree | 80d6a9c0440cc5212d045a8b84879bc122b8ddf3 /Makefile.in | |
parent | eb28b1f32bbef71d05402b2e263d7291b8248367 (diff) | |
download | uxp-50f1986697a7412e4160976fa5e11217b4ef1f44.tar.gz |
Silence removing dist/bin
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index ed00909cbb..6c23273884 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 |