summaryrefslogtreecommitdiff
path: root/package/Makefile.autotools.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-08-22 16:44:41 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-08-22 16:44:41 +0000
commit95d1a70286193e739639de2670d291e23568b70f (patch)
treea298081f34adde6b79fde2dac86a96ea2c32a836 /package/Makefile.autotools.in
parent6be775f89293c686a1f12ce2210de111c6509585 (diff)
- don't print the second time autoreconf would be run
Diffstat (limited to 'package/Makefile.autotools.in')
-rw-r--r--package/Makefile.autotools.in1
1 files changed, 0 insertions, 1 deletions
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