diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-12-25 01:40:47 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-12-25 01:40:47 +0000 |
commit | b7e7f4edf076a53ad9a29ced4067d0f253693999 (patch) | |
tree | a17f9b12eeec89566d1b6807293d95c086c2a126 /package/libnl/Makefile | |
parent | 0dd83aded7798b67ed6e553fae477ded210b91cf (diff) |
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/Makefile')
-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 85a524861..3303260d4 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/ |