From 1d5c50aac763e0bb5ae69fe9d75df1eacc291162 Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 6 Aug 1995 12:37:41 +0000 Subject: Install source files with the -c flag, not with the optional flag ${COPY}. --- lib/libpcap/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libpcap') diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile index 87b1636..50d6c92 100644 --- a/lib/libpcap/Makefile +++ b/lib/libpcap/Makefile @@ -1,5 +1,5 @@ # Makefile for libpcap -# $Id: Makefile,v 1.2 1995/02/21 10:46:25 olah Exp $ +# $Id: Makefile,v 1.3 1995/02/23 18:47:06 ache Exp $ LIB= pcap @@ -16,10 +16,10 @@ MAN3= pcap.3 beforeinstall: -cmp -s ${.CURDIR}/pcap.h ${DESTDIR}/usr/include/pcap.h || \ - ( $(INSTALL) $(COPY) -o ${BINOWN} -g ${BINGRP} -m 444 \ + ( $(INSTALL) -c -o ${BINOWN} -g ${BINGRP} -m 444 \ ${.CURDIR}/pcap.h ${DESTDIR}/usr/include; ) -cmp -s ${.CURDIR}/pcap-namedb.h ${DESTDIR}/usr/include/pcap-namedb.h || \ - ( $(INSTALL) $(COPY) -o ${BINOWN} -g ${BINGRP} -m 444 \ + ( $(INSTALL) -c -o ${BINOWN} -g ${BINGRP} -m 444 \ ${.CURDIR}/pcap-namedb.h ${DESTDIR}/usr/include; ) scanner.o: tokdefs.h -- cgit v1.1