From: Felix Fietkau Date: Mon, 17 Oct 2005 13:44:17 +0000 (+0000) Subject: fix svn build breakage X-Git-Tag: whiterussian_rc4~107 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4c9e09e7f7384e8f0e35aff8ab9ea7b9d505c8e3;p=openwrt%2Fsvn-archive%2Fopenwrt.git fix svn build breakage SVN-Revision: 2137 --- diff --git a/openwrt/target/linux/package/openwrt/Makefile b/openwrt/target/linux/package/openwrt/Makefile index adbd7865d6..b40c38c1c8 100644 --- a/openwrt/target/linux/package/openwrt/Makefile +++ b/openwrt/target/linux/package/openwrt/Makefile @@ -35,4 +35,4 @@ install: compile compile: install-dev $(IPKG_OPENWRT) install-dev: mkdir -p $(STAGING_DIR)/usr/include - cp -a ./include/* $(STAGING_DIR)/usr/include/ + cp -fpR ./include/[a-z]* $(STAGING_DIR)/usr/include/