fix wrong $(CP) command
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9737 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a017ab0db8
commit
1eadfe2ed8
@ -34,7 +34,7 @@ define Build/Compile
|
||||
endef
|
||||
|
||||
define Build/InstallDev
|
||||
$(CP) -r $(PKG_BUILD_DIR)/include/* $(1)/usr/include
|
||||
$(CP) $(PKG_BUILD_DIR)/include/* $(1)/usr/include
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,Mesa))
|
||||
|
Loading…
x
Reference in New Issue
Block a user