From: Felix Fietkau Date: Tue, 25 Dec 2007 02:52:35 +0000 (+0000) Subject: fix a compile error in xorg headers X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=a392078f7d05ed5277351ab47a561a39cc34f8bc;p=openwrt%2Fsvn-archive%2Farchive.git fix a compile error in xorg headers SVN-Revision: 9913 --- diff --git a/XOrg/headers/native/Makefile b/XOrg/headers/native/Makefile index 800c31c305..71b1289e49 100644 --- a/XOrg/headers/native/Makefile +++ b/XOrg/headers/native/Makefile @@ -34,7 +34,8 @@ define Build/Compile endef define Build/InstallDev - cp -r $(PKG_BUILD_DIR)/* $(1)/include/ + $(INSTALL_DIR) $(1)/include + $(CP) $(PKG_BUILD_DIR)/* $(1)/include/ endef $(eval $(call BuildPackage,xorg-headers-native))