summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-05-10 10:14:53 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-05-10 10:14:53 +0000
commit01c50f178226b0761abea5a091f851078477029d (patch)
tree5dfb2ff257303afd43e08154f0591a0f85120a33
parente20b0b7333f5a7050063d6c4f44dca3950c17b79 (diff)
Notes
-rw-r--r--gnu/usr.bin/cc/cc_tools/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile
index 839842f0f727..ac899b9cf6c3 100644
--- a/gnu/usr.bin/cc/cc_tools/Makefile
+++ b/gnu/usr.bin/cc/cc_tools/Makefile
@@ -217,6 +217,9 @@ OBJS+= ${SRCS:N*.h:R:S/$/.o/g}
#
${OBJS:Nbitmap.o:Nerrors.o:Ngenattr.o:Ngencheck.o:Ngencodes.o:Ngenconfig.o:Ngenflags.o:Ngengenrtl.o:Ngenpreds.o:Ngensupport.o:Nggc-none.o:Nhashtab.o:Nobstack.o:Nprint-rtl.o:Nread-rtl.o:Nrtl.o}: ${SRCS:M*.h}
+# Force these to be made absolustly first w/-j
+${OBJS}: ${COMMONHDRS}
+
# Next, make each of the problematic objects depend on only most headers.
# Filter out the headers that would cause problems (and a few more when it
# is inconvenient to filter precisely).