Added dependency to stop parallel make from messing up with the
yacc/lex targets.
This commit is contained in:
parent
08f3fb4045
commit
fe3947876e
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user