From ba25c97b24efc8481c1b6d0d329e88df09e86b3e Mon Sep 17 00:00:00 2001 From: Alexander Kabaev Date: Mon, 28 May 2007 00:25:07 +0000 Subject: Fix compiles when user chooses to disable both ObjC and C++ support in GCC. Reported by: bz --- gnu/usr.bin/cc/cc_tools/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu') 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 -- cgit v1.3