diff options
Diffstat (limited to 'package/patch/patch.mk')
-rw-r--r-- | package/patch/patch.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/patch/patch.mk b/package/patch/patch.mk index 397dde926..2c1e3949c 100644 --- a/package/patch/patch.mk +++ b/package/patch/patch.mk @@ -25,7 +25,7 @@ $(GNUPATCH_DIR)/.configured: $(GNUPATCH_DIR)/.unpacked (cd $(GNUPATCH_DIR); rm -rf config.cache; \ $(TARGET_CONFIGURE_OPTS) \ $(TARGET_CONFIGURE_ARGS) \ - ./configure \ + ./configure $(QUIET) \ --target=$(GNU_TARGET_NAME) \ --host=$(GNU_TARGET_NAME) \ --build=$(GNU_HOST_NAME) \ |