diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-03-23 08:11:08 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-03-23 08:11:08 +0000 |
commit | 5a4a7548f786ffc30b1627f83bc34ec6aa6ac7d0 (patch) | |
tree | 444bd3ad6bb3d46b3f7b96cee1f524fda10b1795 /package/libpcap | |
parent | 47b1d09ed4f87a1bc8f0d77d1ab49c3816717fa4 (diff) | |
download | upstream-5a4a7548f786ffc30b1627f83bc34ec6aa6ac7d0.tar.gz upstream-5a4a7548f786ffc30b1627f83bc34ec6aa6ac7d0.tar.bz2 upstream-5a4a7548f786ffc30b1627f83bc34ec6aa6ac7d0.zip |
fix typo in UnistallDev
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6643 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libpcap')
-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 c9af51dd02..52a81a1830 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 |