diff options
Diffstat (limited to 'package/pptp-linux/pptp-linux.mk')
-rw-r--r-- | package/pptp-linux/pptp-linux.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pptp-linux/pptp-linux.mk b/package/pptp-linux/pptp-linux.mk index 2a6daef44..db187d949 100644 --- a/package/pptp-linux/pptp-linux.mk +++ b/package/pptp-linux/pptp-linux.mk @@ -36,7 +36,7 @@ $(PPTP_LINUX_DIR)/.configured: $(PPTP_LINUX_DIR)/.unpacked (cd $(PPTP_LINUX_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) \ |