aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-04-08 09:57:51 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-04-08 09:57:51 +0000
commit3cda6d944ada92c4ef1455ae61ce8c92a4eb1e4d (patch)
tree9f7631772fdc0fdf5cb7e125012e3b6a819f73e1 /gnu/usr.bin
parentc7c0914a228c05e217d65452ed9b137cd25e1df9 (diff)
downloadsrc-3cda6d944ada92c4ef1455ae61ce8c92a4eb1e4d.tar.gz
src-3cda6d944ada92c4ef1455ae61ce8c92a4eb1e4d.zip
Due to other explicit dependancies, don't treat tree-check.h as a SRCS.
Notes
Notes: svn path=/head/; revision=45467
Diffstat (limited to 'gnu/usr.bin')
-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 e23ec663d9ca..511487aa2b6a 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.18 1999/04/05 10:18:50 peter Exp $
+# $Id: Makefile,v 1.20 1999/04/08 09:21:52 obrien Exp $
#
#
@@ -94,7 +94,7 @@ $i-parse.c: tree-check.h
tree-check.h: gencheck
./gencheck > ${.TARGET}
-GENSRCS+= tree-check.h
+CLEANFILES+= tree-check.h
#-----------------------------------------------------------------------
# C parser
@@ -186,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:Ntree-check.h:Ngenrtl.h}
+${OBJS}: ${SRCS:M*.h:Ninsn-*.h:Ngenrtl.h}
# Give all dependencies on insn-*.h explicitly
# This suffices for `make -j<any> depend', and after that all