Commit 95d1a702 authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

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

parent 6be775f8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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