From 418d0a6a92470af062b69dd63c64f3166ee615e5 Mon Sep 17 00:00:00 2001 From: jkh Date: Sun, 5 Oct 1997 09:40:24 +0000 Subject: Changes to support full make parallelism (-j) in the world target. Reviewed by: Submitted by: Nickolay N. Dudorov" --- lib/libpcap/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libpcap') diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile index 9256d62..8eeec15 100644 --- a/lib/libpcap/Makefile +++ b/lib/libpcap/Makefile @@ -1,5 +1,5 @@ # Makefile for libpcap -# $Id: Makefile,v 1.15 1997/02/22 15:07:50 peter Exp $ +# $Id: Makefile,v 1.16 1997/05/27 00:08:01 fenner Exp $ LIB= pcap SRCS= grammar.c tokdefs.h pcap-bpf.c \ @@ -32,6 +32,7 @@ beforeinstall: ${DESTDIR}/usr/include .endfor +.ORDER: grammar.c tokdefs.h tokdefs.h grammar.c: grammar.y ${YACC} ${YACCFLAGS} -d ${PCAP_DISTDIR}/grammar.y mv y.tab.c grammar.c -- cgit v1.1