Fix compiles when user chooses to disable both ObjC and C++ support in
GCC. Reported by: bz
This commit is contained in:
parent
04ad339002
commit
ba25c97b24
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user