fix a compile error in xorg headers

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9913 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-12-25 02:52:35 +00:00
parent 2c4b5497a1
commit 9513ae51a5

View File

@ -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))