summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-03-06 13:51:18 +0000
committerbde <bde@FreeBSD.org>1998-03-06 13:51:18 +0000
commitf1bd1c1014c6faafc4938ab93a101a4be134ac4c (patch)
tree6dc5e49ca81f9f357b29848b766d7660b0c7efef /usr.bin
parent22ce5b821eabac3d34e5c478ad58e28b5adc7f14 (diff)
downloadFreeBSD-src-f1bd1c1014c6faafc4938ab93a101a4be134ac4c.zip
FreeBSD-src-f1bd1c1014c6faafc4938ab93a101a4be134ac4c.tar.gz
Fixed `make -jN' for large N. Just put all generated headers in SRCS.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/f2c/Makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud