summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-05-10 10:21:19 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-05-10 10:21:19 +0000
commit415f2bb46f49bcdf1ed2af2d9a75dc056c067d83 (patch)
tree027fa2e8a025f636feac1e28306347ea1c7c841c
parent01c50f178226b0761abea5a091f851078477029d (diff)
Notes
-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 ac899b9cf6c3..2b2b8c8f49c1 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}