Fixed `make -jN' for large N. Just put all generated headers in SRCS.

This commit is contained in:
bde 1998-03-06 13:51:18 +00:00
parent 22ce5b821e
commit f1bd1c1014

View File

@ -9,7 +9,7 @@ SRCSd = main.c init.c gram.c lex.c proc.c equiv.c data.c format.c \
expr.c exec.c intr.c io.c misc.c error.c mem.c names.c \
output.c p1output.c pread.c put.c putpcc.c vax.c formatdata.c \
parse_args.c niceprintf.c cds.c sysdep.c version.c
SRCS = $(SRCSd) # malloc.c
SRCS = $(SRCSd) tokdefs.h # malloc.c
GRAMFILES = ${.CURDIR}/gram.head ${.CURDIR}/gram.dcl ${.CURDIR}/gram.expr\
${.CURDIR}/gram.exec ${.CURDIR}/gram.io