From 07ac5251538c257de8c1e0590e22f67e282c9681 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 25 Dec 2007 01:40:47 +0000 Subject: remove uninstalldev templates (no longer necessary) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9906 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/keynote/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'package/keynote') diff --git a/package/keynote/Makefile b/package/keynote/Makefile index 1aea7cbc60..5b27257b4a 100644 --- a/package/keynote/Makefile +++ b/package/keynote/Makefile @@ -47,11 +47,6 @@ define Build/InstallDev $(CP) $(PKG_BUILD_DIR)/libkeynote.a $(1)/usr/lib/ endef -define Build/UninstallDev - rm -rf $(1)/usr/include/keynote \ - $(1)/usr/lib/libkeynote.a -endef - define Package/keynote/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/keynote $(1)/usr/sbin/ -- cgit v1.2.3