summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-05-10 10:21:19 +0000
committerobrien <obrien@FreeBSD.org>2002-05-10 10:21:19 +0000
commit2991bb58696e0b4422bf8847cf7e88165c28ecfe (patch)
tree027fa2e8a025f636feac1e28306347ea1c7c841c
parent07f909dd68e72d1764c126c7ff8d7aa0d9596597 (diff)
downloadFreeBSD-src-2991bb58696e0b4422bf8847cf7e88165c28ecfe.zip
FreeBSD-src-2991bb58696e0b4422bf8847cf7e88165c28ecfe.tar.gz
Gather up the stragglers that depends on genrtl.h. This is -j10 safe now.
-rw-r--r--gnu/usr.bin/cc/cc_tools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile
index ac899b9..2b2b8c8f 100644
--- a/gnu/usr.bin/cc/cc_tools/Makefile
+++ b/gnu/usr.bin/cc/cc_tools/Makefile
@@ -224,8 +224,8 @@ ${OBJS}: ${COMMONHDRS}
# Filter out the headers that would cause problems (and a few more when it
# is inconvenient to filter precisely).
#
-bitmap.o genattr.o gencodes.o genconfig.o genflags.o obstack.o print-rtl.o \
- rtl.o: ${SRCS:M*.h:Ninsn-*.h}
+bitmap.o genattr.o gencodes.o genconfig.o genflags.o gensupport.o obstack.o print-rtl.o \
+ read-rtl.o rtl.o: ${SRCS:M*.h:Ninsn-*.h}
gencheck.o: gencheck.h ${SRCS:M*.h:Ngenrtl.h:Ntree-check.h:Ninsn-*.h}
gengenrtl.o: ${SRCS:M*.h:Ngenrtl.h:Ninsn-*.h}
genpreds.o: ${COMMONHDRS}
OpenPOWER on IntegriCloud