projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix platform specific overrides for kernel modules, fixes lp on brcm-2.4
[openwrt.git]
/
tools
/
bison
/
Makefile
diff --git
a/tools/bison/Makefile
b/tools/bison/Makefile
index
2b85612
..
16947c7
100644
(file)
--- a/
tools/bison/Makefile
+++ b/
tools/bison/Makefile
@@
-10,24
+10,23
@@
PKG_NAME:=bison
PKG_VERSION:=2.3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_VERSION:=2.3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=
ftp://ftp.gnu.org/gnu
/$(PKG_NAME)
+PKG_SOURCE_URL:=
@GNU
/$(PKG_NAME)
PKG_MD5SUM:=22327efdd5080e2b1acb6e560a04b43a
PKG_CAT:=zcat
include $(INCLUDE_DIR)/host-build.mk
PKG_MD5SUM:=22327efdd5080e2b1acb6e560a04b43a
PKG_CAT:=zcat
include $(INCLUDE_DIR)/host-build.mk
-define
Build
/Compile
- $(MAKE) -C $(
PKG
_BUILD_DIR)
+define
Host
/Compile
+ $(MAKE) -C $(
HOST
_BUILD_DIR)
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
- $(MAKE) -C $(PKG_BUILD_DIR) uninstall
- $(MAKE) -C $(PKG_BUILD_DIR) clean
- $(call Build/Clean/Default)
+define Host/Clean
+ -$(MAKE) -C $(HOST_BUILD_DIR) uninstall
+ $(call Host/Clean/Default)
endef
$(eval $(call HostBuild))
endef
$(eval $(call HostBuild))
This page took
0.02562 seconds
and
4
git commands to generate.