Fix compiles when user chooses to disable both ObjC and C++ support in

GCC.

Reported by: bz
This commit is contained in:
Alexander Kabaev 2007-05-28 00:25:07 +00:00
parent 04ad339002
commit ba25c97b24

View File

@ -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