Removed uneeded and confusing auto* lines, thanks to mjt for reporting this

SVN-Revision: 3274
This commit is contained in:
Florian Fainelli 2006-02-25 23:32:40 +00:00
parent 0dc2577692
commit 78806a8aa9

View file

@ -25,8 +25,6 @@ $(PKG_BUILD_DIR)/.configured:
(cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \ (cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \
$(TARGET_CONFIGURE_OPTS) \ $(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \ CFLAGS="$(TARGET_CFLAGS)" \
autoconf ; \
autoheader ; \
./configure \ ./configure \
--target=$(GNU_TARGET_NAME) \ --target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \ --host=$(GNU_TARGET_NAME) \