Skip to content

Commit

Permalink
Silence removing dist/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt A. Tobin committed Apr 8, 2020
1 parent eb28b1f commit 50f1986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50f1986

Please sign in to comment.