1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-07 13:24:32 +03:00

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
This commit is contained in:
florian 2006-02-25 23:32:40 +00:00
parent c2d1a45300
commit a63d141144

View File

@ -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) \