From: Bernhard Reutner-Fischer Date: Wed, 22 Aug 2007 16:44:41 +0000 (-0000) Subject: - don't print the second time autoreconf would be run X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=95d1a70286193e739639de2670d291e23568b70f;p=buildroot.git - don't print the second time autoreconf would be run --- diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in index 33fcb603ea..6d474402e9 100644 --- a/package/Makefile.autotools.in +++ b/package/Makefile.autotools.in @@ -176,7 +176,6 @@ $(BUILD_DIR)/%/.stamp_autoconfigured: $(BUILD_DIR)/%/.stamp_configured: $(call MESSAGE,"Configuring") $(Q)if test "$($(PKG)_AUTORECONF)" = "YES" ; then \ - $(call MESSAGE,"Running autoreconf") cd $(@D)/$($(PKG)_SUBDIR) && \ $(AUTORECONF) ; \ fi