diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-25 23:32:40 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-25 23:32:40 +0000 |
commit | a63d141144999cf1cb4e3b4e28c10ec86a2f17c0 (patch) | |
tree | e06348c776dd5b8f0a42429c8fd31aa22cd69110 | |
parent | c2d1a45300d89b56f47776ac0a0628945b68d845 (diff) |
Removed uneeded and confusing auto* lines, thanks to mjt for reporting this
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3274 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/openntpd/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/openntpd/Makefile b/package/openntpd/Makefile index 64df56af9d..80c3af1b9a 100644 --- a/package/openntpd/Makefile +++ b/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) \ |