aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2007-05-28 00:25:07 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2007-05-28 00:25:07 +0000
commitba25c97b24efc8481c1b6d0d329e88df09e86b3e (patch)
treeffaa2445bdeebfd43e46c1550e7a9dd395f94a73 /gnu
parent04ad339002eeef1733a8ae3c79a62dfc25040a01 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc_tools/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile
index 38ac590e4076..8366a8a4144d 100644
--- a/gnu/usr.bin/cc/cc_tools/Makefile
+++ b/gnu/usr.bin/cc/cc_tools/Makefile
@@ -254,10 +254,11 @@ GENSRCS+= tm_p.h
CLEANFILES+= cs-tm_p.h
# gencheck
-gencheck.h:
+gencheck.h: ${TREE_DEF_FILES}
.for F in ${TREE_DEF_FILES}
echo "#include \"$F\"" >> ${.TARGET}
.endfor
+ touch ${.TARGET}
GENSRCS+= gencheck.h