summaryrefslogtreecommitdiffstats
path: root/package/keynote/Makefile
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-09-05 07:11:51 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-09-05 07:11:51 +0000
commitcb8f6debce9f144603fd86f0d87f3d1845ee9972 (patch)
tree8dbd13d9778dbde6ca6a171b4c2dd8a6a6f6f8f2 /package/keynote/Makefile
parentdcb1c87a2a608915947927cfe0906097b4ad3ed2 (diff)
Remove installation of incompatible getopt.h, closes #753, #754, #755
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4754 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/keynote/Makefile')
-rw-r--r--package/keynote/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/keynote/Makefile b/package/keynote/Makefile
index d61188c68..503528f5e 100644
--- a/package/keynote/Makefile
+++ b/package/keynote/Makefile
@@ -48,12 +48,12 @@ define Package/keynote/install
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
- 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))