From 95d1a70286193e739639de2670d291e23568b70f Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 22 Aug 2007 16:44:41 +0000 Subject: - don't print the second time autoreconf would be run --- package/Makefile.autotools.in | 1 - 1 file changed, 1 deletion(-) (limited to 'package/Makefile.autotools.in') diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in index 33fcb603e..6d474402e 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 -- cgit v1.2.3