summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-01-29 12:38:21 +0000
committerobrien <obrien@FreeBSD.org>2000-01-29 12:38:21 +0000
commit99f643a265d1baf1b85df5490695479ec2137f68 (patch)
treee3aa71a23214df1a41a86f05cb5d314ba5b21581 /gnu
parent8c8b7d18d932f05a626b6a616eeea5d3d412a417 (diff)
downloadFreeBSD-src-99f643a265d1baf1b85df5490695479ec2137f68.zip
FreeBSD-src-99f643a265d1baf1b85df5490695479ec2137f68.tar.gz
"Rev.1.45 of cc_tools/Makefile was a wrong fix for a problem introduced
in rev.1.44 (the egcs to gcc switch). The problem is that print-rtl.o is now needed to build some tools, but it wasn't added to the list of objects which are specially handled because they are prerequisites for tools." Submitted by: bde
Diffstat (limited to 'gnu')
-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 ecfb6b0..d48374b 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
OpenPOWER on IntegriCloud