projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
standardize Makefile
[openwrt.git]
/
package
/
keynote
/
Makefile
diff --git
a/package/keynote/Makefile
b/package/keynote/Makefile
index
d61188c
..
503528f
100644
(file)
--- a/
package/keynote/Makefile
+++ b/
package/keynote/Makefile
@@
-48,12
+48,12
@@
define Package/keynote/install
endef
define Build/InstallDev
endef
define Build/InstallDev
- $(CP) $(PKG_BUILD_DIR)/
*
.h $(STAGING_DIR)/usr/include/
+ $(CP) $(PKG_BUILD_DIR)/
{assertion,header,keynote,signature}
.h $(STAGING_DIR)/usr/include/
$(CP) $(PKG_BUILD_DIR)/libkeynote.a $(STAGING_DIR)/usr/lib/
endef
define Build/UninstallDev
$(CP) $(PKG_BUILD_DIR)/libkeynote.a $(STAGING_DIR)/usr/lib/
endef
define Build/UninstallDev
- rm -rf $(STAGING_DIR)/usr/include/{assertion,
getopt,
header,keynote,signature}.h
+ rm -rf $(STAGING_DIR)/usr/include/{assertion,header,keynote,signature}.h
endef
$(eval $(call BuildPackage,keynote))
endef
$(eval $(call BuildPackage,keynote))
This page took
0.025753 seconds
and
4
git commands to generate.