From: Felix Fietkau Date: Mon, 30 May 2005 20:50:17 +0000 (+0000) Subject: make the openwrt package dir install the shared includes into the staging dir X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=ab04143218a3e9735b2feeb5213f8352767946e3;p=15.05%2Fopenwrt.git make the openwrt package dir install the shared includes into the staging dir git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1117 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/openwrt/Makefile b/openwrt/package/openwrt/Makefile index 850c8729af..71edbee3af 100644 --- a/openwrt/package/openwrt/Makefile +++ b/openwrt/package/openwrt/Makefile @@ -67,6 +67,8 @@ $(IPKG_STATE_DIR)/info/$(PKG_NAME).list: $(PKG_IPK) source: $(DL_DIR)/$(LINKSYS_WLCONF_TGZ) prepare: $(LINKSYS_WLCONF_DIR)/.unpacked compile: prepare libnvram-compile libshared-compile $(PKG_IPK) $(PKG_WLCOMPAT) + mkdir -p $(STAGING_DIR)/usr/include + cp -a ./include/* $(STAGING_DIR)/usr/include/ install: libnvram-install libshared-install \ $(TARGET_DIR)/usr/sbin/wlconf \ $(IPKG_STATE_DIR)/info/$(PKG_NAME).list \