Added dependency to stop parallel make from messing up with the

yacc/lex targets.
This commit is contained in:
Peter Simons 2000-12-16 13:37:58 +00:00
parent 08f3fb4045
commit fe3947876e

View File

@ -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