From 8343d42419e8b75046370cb88692d5f0a108d255 Mon Sep 17 00:00:00 2001 From: kan Date: Mon, 28 May 2007 00:25:07 +0000 Subject: [PATCH] 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(-) diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile index 38ac590e407..8366a8a4144 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 -- 2.45.0