From: florian Date: Tue, 5 Sep 2006 07:11:51 +0000 (+0000) Subject: Remove installation of incompatible getopt.h, closes #753, #754, #755 X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=cb8f6debce9f144603fd86f0d87f3d1845ee9972 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 --- 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))