diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-10-05 09:40:24 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-10-05 09:40:24 +0000 |
| commit | 97fe7f477fc469b6a75596f47dc98a08e4ed3e13 (patch) | |
| tree | 55baa49e3efb3c9fd481116b6e7a5d7232c58445 /lib/libpcap | |
| parent | c63ba9f5ae735a804cb29cef14222f9fb1958922 (diff) | |
Notes
Diffstat (limited to 'lib/libpcap')
| -rw-r--r-- | lib/libpcap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile index 9256d62d95a2..8eeec153bd32 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 |
