|
@@ -13,7 +13,7 @@ endif
|
|
$(WRKBUILD)/.configured:
|
|
$(WRKBUILD)/.configured:
|
|
(cd $(WRKBUILD); \
|
|
(cd $(WRKBUILD); \
|
|
$(WRKBUILD)/configure \
|
|
$(WRKBUILD)/configure \
|
|
- --prefix=$(STAGING_HOST_DIR)/usr \
|
|
+ --prefix=/usr \
|
|
--disable-nls \
|
|
--disable-nls \
|
|
--disable-compat \
|
|
--disable-compat \
|
|
--disable-shared \
|
|
--disable-shared \
|
|
@@ -26,7 +26,7 @@ $(WRKBUILD)/.compiled: $(WRKBUILD)/.configured
|
|
touch $@
|
|
touch $@
|
|
|
|
|
|
$(WRKBUILD)/.installed: $(WRKBUILD)/.compiled
|
|
$(WRKBUILD)/.installed: $(WRKBUILD)/.compiled
|
|
- $(MAKE) -C $(WRKBUILD) install
|
|
+ $(MAKE) instroot=$(STAGING_HOST_DIR) -C $(WRKBUILD) install
|
|
touch $@
|
|
touch $@
|
|
|
|
|
|
include ${ADK_TOPDIR}/mk/toolchain.mk
|
|
include ${ADK_TOPDIR}/mk/toolchain.mk
|