summaryrefslogtreecommitdiffstats
path: root/openwrt
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-25 23:32:40 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-25 23:32:40 +0000
commit65543d249cea7079f737b1f8fcc5b003fe7e1bed (patch)
tree3a767a8aba13f6ec8e662d0f0365fb431578e468 /openwrt
parentfd745cd1ebe1c897241044a27ae31a690fbe9b66 (diff)
Removed uneeded and confusing auto* lines, thanks to mjt for reporting this
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3274 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/package/openntpd/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/openwrt/package/openntpd/Makefile b/openwrt/package/openntpd/Makefile
index 64df56af9..80c3af1b9 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) \