From fe3947876e95285ff5e3a4ac8de1729182be5615 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 16 Dec 2000 13:37:58 +0000 Subject: [PATCH] Added dependency to stop parallel make from messing up with the yacc/lex targets. --- librfc822/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/librfc822/Makefile b/librfc822/Makefile index 98eb049..1a80469 100644 --- a/librfc822/Makefile +++ b/librfc822/Makefile @@ -34,6 +34,8 @@ address_scan.c: address_scan.l rfc822.h $(LEX) -Prfc822_ address_scan.l mv lex.rfc822_.c $@ +address.c: address_scan.c + realclean distclean clean:: rm -f librfc822.a test test.o rm -f address.c address_scan.c address_scan.h