diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-22 16:44:41 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-22 16:44:41 +0000 |
commit | 95d1a70286193e739639de2670d291e23568b70f (patch) | |
tree | a298081f34adde6b79fde2dac86a96ea2c32a836 | |
parent | 6be775f89293c686a1f12ce2210de111c6509585 (diff) | |
download | buildroot-novena-95d1a70286193e739639de2670d291e23568b70f.tar.gz buildroot-novena-95d1a70286193e739639de2670d291e23568b70f.zip |
- don't print the second time autoreconf would be run
-rw-r--r-- | package/Makefile.autotools.in | 1 |
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 |