diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-23 08:11:08 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-23 08:11:08 +0000 |
commit | e2b0a0cc9aa0c95f9eef48c44ffba0ded73a2ea3 (patch) | |
tree | 444bd3ad6bb3d46b3f7b96cee1f524fda10b1795 | |
parent | 70e38b2f0f3ad0c25f5d03e87b4876db83a20ab4 (diff) |
fix typo in UnistallDev
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6643 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/libpcap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile index c9af51dd0..52a81a183 100644 --- a/package/libpcap/Makefile +++ b/package/libpcap/Makefile @@ -53,7 +53,7 @@ define Build/InstallDev endef define Build/UninstallDev - rm -rf $(STAGING_DIR)/usr/include/pcap{,-bpf,-named}.h \ + rm -rf $(STAGING_DIR)/usr/include/pcap{,-bpf,-namedb}.h \ $(STAGING_DIR)/usr/lib/libpcap.{a,so*} endef |