diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-12-25 01:40:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-12-25 01:40:47 +0000 |
commit | 07ac5251538c257de8c1e0590e22f67e282c9681 (patch) | |
tree | a17f9b12eeec89566d1b6807293d95c086c2a126 /package/libnl | |
parent | 26ba0523e5ecb32e0f9f35044719644e3b9de5e1 (diff) | |
download | master-187ad058-07ac5251538c257de8c1e0590e22f67e282c9681.tar.gz master-187ad058-07ac5251538c257de8c1e0590e22f67e282c9681.tar.bz2 master-187ad058-07ac5251538c257de8c1e0590e22f67e282c9681.zip |
remove uninstalldev templates (no longer necessary)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9906 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libnl')
-rw-r--r-- | package/libnl/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/libnl/Makefile b/package/libnl/Makefile index 85a524861c..3303260d4e 100644 --- a/package/libnl/Makefile +++ b/package/libnl/Makefile @@ -43,9 +43,6 @@ ifneq ($(CONFIG_LINUX_2_6_23),) $(CP) $(PKG_BUILD_DIR)/include/linux $(1)/usr/include/libnl/ endef - define Build/UninstallDev - endef - define Package/libnl/install $(INSTALL_DIR) $(1)/usr/lib $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/libnl.so.1 $(1)/usr/lib/ |