diff options
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/Makefile | 4 |
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} |
