mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-13 05:10:37 +02:00
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
This commit is contained in:
parent
fd745cd1eb
commit
65543d249c
@ -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) \
|
||||||
|
Loading…
Reference in New Issue
Block a user