summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-04-08 09:21:52 +0000
committerobrien <obrien@FreeBSD.org>1999-04-08 09:21:52 +0000
commit36332ab8571e71a7a45d874bff08dd9d422dfe4b (patch)
tree7e7e9053ce5fb527264d89f709a4197b55cf10ef /gnu
parent86f93f2461a3affff904bc399aaad020dbaeccae (diff)
downloadFreeBSD-src-36332ab8571e71a7a45d874bff08dd9d422dfe4b.zip
FreeBSD-src-36332ab8571e71a7a45d874bff08dd9d422dfe4b.tar.gz
Fix a circular dependancy.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc_tools/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile
index e30fa68..e23ec66 100644
--- a/gnu/usr.bin/cc/cc_tools/Makefile
+++ b/gnu/usr.bin/cc/cc_tools/Makefile
@@ -57,8 +57,7 @@ CLEANFILES+= gen$i
genrtl.h genrtl.c: gengenrtl
./gengenrtl genrtl.h genrtl.c
-#GENSRCS+= genrtl.c genrtl.h
-CLEANFILES+= genrtl.c genrtl.h
+GENSRCS+= genrtl.c genrtl.h
.for i in attrtab
build-tools: gen$i
@@ -95,8 +94,7 @@ $i-parse.c: tree-check.h
tree-check.h: gencheck
./gencheck > ${.TARGET}
-##GENSRCS+= tree-check.h
-CLEANFILES+= tree-check.h
+GENSRCS+= tree-check.h
#-----------------------------------------------------------------------
# C parser
@@ -188,7 +186,7 @@ OBJS+= ${SRCS:N*.h:R:S/$/.o/g}
# would do if we defined PROG, except for leaving out dependencies on
# insn-*.h because these dependencies would be circular.
#
-${OBJS}: ${SRCS:M*.h:Ninsn-*.h}
+${OBJS}: ${SRCS:M*.h:Ninsn-*.h:Ntree-check.h:Ngenrtl.h}
# Give all dependencies on insn-*.h explicitly
# This suffices for `make -j<any> depend', and after that all
OpenPOWER on IntegriCloud