From f1bd1c1014c6faafc4938ab93a101a4be134ac4c Mon Sep 17 00:00:00 2001 From: bde Date: Fri, 6 Mar 1998 13:51:18 +0000 Subject: Fixed `make -jN' for large N. Just put all generated headers in SRCS. --- usr.bin/f2c/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/f2c/Makefile b/usr.bin/f2c/Makefile index 87a6c34..b711916 100644 --- a/usr.bin/f2c/Makefile +++ b/usr.bin/f2c/Makefile @@ -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 -- cgit v1.1