1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170039

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