mirror of
https://github.com/openwrt/openwrt.git
synced 2024-11-27 11:54:04 +08:00
revert r17022, this is not the way to do this
SVN-Revision: 17023
This commit is contained in:
parent
b78a0f257e
commit
8cfbcf0d0b
@ -17,14 +17,6 @@ export SED:=
|
||||
|
||||
include $(INCLUDE_DIR)/host-build.mk
|
||||
|
||||
define Build/Configure
|
||||
( cd $(PKG_BUILD_DIR); \
|
||||
./configure \
|
||||
--prefix=$(STAGING_DIR_HOST) \
|
||||
--infodir=/usr/info \
|
||||
)
|
||||
endef
|
||||
|
||||
define Host/Compile
|
||||
$(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)"
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user