From: Florian Fainelli Date: Sat, 25 Feb 2006 23:32:40 +0000 (+0000) Subject: Removed uneeded and confusing auto* lines, thanks to mjt for reporting this X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=78806a8aa9ff4ea2dc7e768dd7862e91d3547967;p=librecmc%2Flibrecmc.git Removed uneeded and confusing auto* lines, thanks to mjt for reporting this SVN-Revision: 3274 --- diff --git a/openwrt/package/openntpd/Makefile b/openwrt/package/openntpd/Makefile index 64df56af9d..80c3af1b9a 100644 --- a/openwrt/package/openntpd/Makefile +++ b/openwrt/package/openntpd/Makefile @@ -25,8 +25,6 @@ $(PKG_BUILD_DIR)/.configured: (cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \ $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS)" \ - autoconf ; \ - autoheader ; \ ./configure \ --target=$(GNU_TARGET_NAME) \ --host=$(GNU_TARGET_NAME) \