fix typo in UnistallDev
authorNicolas Thill <nico@openwrt.org>
Fri, 23 Mar 2007 08:11:08 +0000 (08:11 +0000)
committerNicolas Thill <nico@openwrt.org>
Fri, 23 Mar 2007 08:11:08 +0000 (08:11 +0000)
SVN-Revision: 6643

package/libpcap/Makefile

index c9af51dd02106da7e0a1a5c4c2a812a6e2a2a687..52a81a1830f1dbe201f27f9fa70d57f00862cd04 100644 (file)
@@ -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