- don't print the second time autoreconf would be run

This commit is contained in:
Bernhard Reutner-Fischer 2007-08-22 16:44:41 +00:00
parent 6be775f892
commit 95d1a70286

View File

@ -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