aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-01-29 12:38:21 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-01-29 12:38:21 +0000
commitaef79b9c89e5af49b5bc43f79005e6464e00320c (patch)
treeb680c8c7968bb4aabc81269787cff3d2819a59b5 /gnu/usr.bin/cc
parent3213dc6150e836b27daaa3f4a2d1360c427389df (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/cc')
-rw-r--r--gnu/usr.bin/cc/cc_tools/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile
index ecfb6b0cfed8..d48374b951b1 100644
--- a/gnu/usr.bin/cc/cc_tools/Makefile
+++ b/gnu/usr.bin/cc/cc_tools/Makefile
@@ -64,7 +64,7 @@ GENSRCS+= gen$F.c
CLEANFILES+= gen$F
.endfor
-.ORDER: genrtl.c genrtl.h print-rtl.o
+.ORDER: genrtl.c genrtl.h
genrtl.c genrtl.h: gengenrtl
./gengenrtl genrtl.h genrtl.c
@@ -177,8 +177,8 @@ ${OBJS:Nbitmap.o:Ngenattr.o:Ngencheck.o:Ngencodes.o:Ngenconfig.o:Ngenflags.o:Nge
# 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 rtl.o: \
- ${SRCS:M*.h:Ninsn-*.h}
+bitmap.o genattr.o gencodes.o genconfig.o genflags.o obstack.o print-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}
.endif