aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-09-27 17:14:33 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-09-27 17:14:33 +0000
commit838bc11f6067b2fc91c38d8fe9641dc56dc87937 (patch)
tree5baf0837aa6cecb08b4d1b6c03da9769932bccd0
parent3a163803b7d99d70c97af12e783815f287b7f8df (diff)
Notes
-rw-r--r--gnu/usr.bin/cc/cc_tools/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile
index f15fd68908e60..9d84e9ac8c28d 100644
--- a/gnu/usr.bin/cc/cc_tools/Makefile
+++ b/gnu/usr.bin/cc/cc_tools/Makefile
@@ -157,6 +157,8 @@ CLEANFILES+= ${GENSRCS}
all: ${SRCS}
+build-tools: depend
+
.include <bsd.prog.mk>
#-----------------------------------------------------------------------