From 4c9e09e7f7384e8f0e35aff8ab9ea7b9d505c8e3 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 17 Oct 2005 13:44:17 +0000 Subject: [PATCH] fix svn build breakage SVN-Revision: 2137 --- openwrt/target/linux/package/openwrt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ -- 2.30.2