]> git.pld-linux.org Git - packages/libpcap.git/blame - libpcap-Makefile.patch
- updated to 0.5.2
[packages/libpcap.git] / libpcap-Makefile.patch
CommitLineData
d662860c
AF
1--- libpcap_0_5rel2/Makefile.in.wiget Thu Jul 13 16:09:22 2000
2+++ libpcap_0_5rel2/Makefile.in Thu Jul 13 16:10:54 2000
3@@ -126,19 +126,19 @@
4 $(CC) $(CFLAGS) -c $(srcdir)/bpf/net/bpf_filter.c -o bpf_filter.o
2eeb9997
AM
5
6 install: force
7- $(INSTALL) -m 444 -o bin -g bin libpcap.a $(DESTDIR)$(LIBDEST)/libpcap.a
8+ $(INSTALL) -m 444 libpcap.a $(DESTDIR)$(LIBDEST)/libpcap.a
9 $(RANLIB) $(DESTDIR)$(LIBDEST)/libpcap.a
10
11 install-incl: force
12- $(INSTALL) -m 444 -o bin -g bin $(srcdir)/pcap.h \
13+ $(INSTALL) -m 444 $(srcdir)/pcap.h \
14 $(DESTDIR)$(INCLDEST)/pcap.h
15- $(INSTALL) -m 444 -o bin -g bin $(srcdir)/pcap-namedb.h \
16+ $(INSTALL) -m 444 $(srcdir)/pcap-namedb.h \
17 $(DESTDIR)$(INCLDEST)/pcap-namedb.h
d662860c
AF
18- $(INSTALL) -m 444 -o bin -g bin $(srcdir)/bpf/net/bpf.h \
19+ $(INSTALL) -m 444 $(srcdir)/bpf/net/bpf.h \
2eeb9997
AM
20 $(DESTDIR)$(INCLDEST)/net/bpf.h
21
22 install-man: force
23- $(INSTALL) -m 444 -o bin -g bin $(srcdir)/pcap.3 \
24+ $(INSTALL) -m 444 $(srcdir)/pcap.3 \
25 $(DESTDIR)$(MANDEST)/man3/pcap.3
26
27 clean:
This page took 0.026671 seconds and 4 git commands to generate.