From b7e7f4edf076a53ad9a29ced4067d0f253693999 Mon Sep 17 00:00:00 2001 From: nbd 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/libjson-c/Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'package/libjson-c') diff --git a/package/libjson-c/Makefile b/package/libjson-c/Makefile index bcb298418..f713cc615 100644 --- a/package/libjson-c/Makefile +++ b/package/libjson-c/Makefile @@ -44,12 +44,6 @@ define Build/InstallDev $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/json.pc $(1)/usr/lib/pkgconfig/ endef -define Build/UninstallDev - rm -rf $(1)/usr/include/json \ - $(1)/usr/lib/libjson.{a,so*} \ - $(1)/usr/lib/pkgconfig/json.pc -endef - define Package/libjson/install $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/lib/libjson.so.* $(1)/usr/lib/ -- cgit v1.2.3