diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-02-25 23:32:40 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-02-25 23:32:40 +0000 |
commit | 78806a8aa9ff4ea2dc7e768dd7862e91d3547967 (patch) | |
tree | 0266a96882d119333a0c10c0ead2980eb84c3880 /openwrt/package | |
parent | 0dc257769247d80e6a36d2b508c61ba547dc771e (diff) | |
download | mtk-20170518-78806a8aa9ff4ea2dc7e768dd7862e91d3547967.zip mtk-20170518-78806a8aa9ff4ea2dc7e768dd7862e91d3547967.tar.gz mtk-20170518-78806a8aa9ff4ea2dc7e768dd7862e91d3547967.tar.bz2 |
Removed uneeded and confusing auto* lines, thanks to mjt for reporting this
SVN-Revision: 3274
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/openntpd/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openwrt/package/openntpd/Makefile b/openwrt/package/openntpd/Makefile index 64df56a..80c3af1 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) \ |