diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-08 12:26:07 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-08 12:26:07 +0000 |
| commit | 48dd62ca934e446637e1329c4a07ea8fe498bf93 (patch) | |
| tree | f9d7b588a21b543dc385e948251f6163b63bd8ad /gnu | |
| parent | e8193c8b2644caf1704aaab023ca68a4fd57b71e (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile index 511487aa2b6a5..feb94e8c455f7 100644 --- a/gnu/usr.bin/cc/cc_tools/Makefile +++ b/gnu/usr.bin/cc/cc_tools/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.20 1999/04/08 09:21:52 obrien Exp $ +# $Id: Makefile,v 1.21 1999/04/08 09:57:51 obrien Exp $ # # @@ -186,7 +186,9 @@ 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:Ngenrtl.h} +# XXX pre-egcs we used something simular to this line. Now it causes cycles... +# ${OBJS}: ${SRCS:M*.h:Ninsn-*.h:Ntree-check.h:Ngenrtl.h} +${OBJS}: ${COMMONHDRS:M*.h} # Give all dependencies on insn-*.h explicitly # This suffices for `make -j<any> depend', and after that all |
