projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] uhttpd: make init script less verbose
[openwrt.git]
/
package
/
uci
/
Makefile
diff --git
a/package/uci/Makefile
b/package/uci/Makefile
index
bf0107f
..
925e42f
100644
(file)
--- a/
package/uci/Makefile
+++ b/
package/uci/Makefile
@@
-104,7
+104,7
@@
endef
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include
- $(CP) $(PKG_BUILD_DIR)/uci{,_config}.h $(1)/usr/include
+ $(CP) $(PKG_BUILD_DIR)/uci{,_config
,map
}.h $(1)/usr/include
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_BUILD_DIR)/libuci.so* $(1)/usr/lib
$(CP) $(PKG_BUILD_DIR)/libuci.a $(1)/usr/lib
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_BUILD_DIR)/libuci.so* $(1)/usr/lib
$(CP) $(PKG_BUILD_DIR)/libuci.a $(1)/usr/lib
This page took
0.018929 seconds
and
4
git commands to generate.