projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47b1d09
)
fix typo in UnistallDev
author
Nicolas Thill
<nico@openwrt.org>
Fri, 23 Mar 2007 08:11:08 +0000
(08:11 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Fri, 23 Mar 2007 08:11:08 +0000
(08:11 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6643
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/libpcap/Makefile
patch
|
blob
|
history
diff --git
a/package/libpcap/Makefile
b/package/libpcap/Makefile
index
c9af51d
..
52a81a1
100644
(file)
--- 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,-named
b
}.h \
$(STAGING_DIR)/usr/lib/libpcap.{a,so*}
endef