Преглед изворни кода

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

Bernhard Reutner-Fischer пре 18 година
родитељ
комит
95d1a70286
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      package/Makefile.autotools.in

+ 0 - 1
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