From 50f1986697a7412e4160976fa5e11217b4ef1f44 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Tue, 7 Apr 2020 22:49:02 -0400 Subject: Silence removing dist/bin --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') 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 -- cgit v1.2.3