diff options
Diffstat (limited to 'package/Makefile.autotools.in')
-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 |