projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] sync macs with vif bssids in broadcom.sh, fixes multi-ssid with wpa
[openwrt.git]
/
tools
/
gmp
/
Makefile
diff --git
a/tools/gmp/Makefile
b/tools/gmp/Makefile
index
4264671
..
4c6fac4
100644
(file)
--- a/
tools/gmp/Makefile
+++ b/
tools/gmp/Makefile
@@
-15,8
+15,8
@@
PKG_MD5SUM:=
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/host-build.mk
-define
Build
/Configure
- (cd $(
PKG
_BUILD_DIR); \
+define
Host
/Configure
+ (cd $(
HOST
_BUILD_DIR); \
./configure \
--prefix=$(STAGING_DIR_HOST) \
--build=$(GNU_HOST_NAME) \
./configure \
--prefix=$(STAGING_DIR_HOST) \
--build=$(GNU_HOST_NAME) \
@@
-27,16
+27,16
@@
define Build/Configure
);
endef
);
endef
-define
Build
/Compile
- make -C $(
PKG
_BUILD_DIR) all
+define
Host
/Compile
+ make -C $(
HOST
_BUILD_DIR) all
endef
endef
-define
Build
/Install
- make -C $(
PKG
_BUILD_DIR) install
+define
Host
/Install
+ make -C $(
HOST
_BUILD_DIR) install
endef
endef
-define
Build
/Clean
- rm -rf $(
PKG
_BUILD_DIR)
+define
Host
/Clean
+ rm -rf $(
HOST
_BUILD_DIR)
endef
$(eval $(call HostBuild))
endef
$(eval $(call HostBuild))
This page took
0.021821 seconds
and
4
git commands to generate.