1
0
Fork 0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-05-25 17:06:13 +02:00

bison: link statically

SVN-Revision: 33090
This commit is contained in:
Jo-Philipp Wich 2012-08-10 19:26:19 +00:00
parent f874529ca5
commit a8d55378c3

View File

@ -16,6 +16,8 @@ PKG_CAT:=bzcat
include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/host-build.mk
HOST_LDFLAGS += -static
define Host/Clean define Host/Clean
-$(MAKE) -C $(HOST_BUILD_DIR) uninstall -$(MAKE) -C $(HOST_BUILD_DIR) uninstall
$(call Host/Clean/Default) $(call Host/Clean/Default)