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:
parent
04ad339002
commit
ba25c97b24
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170039
@ -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…
Reference in New Issue
Block a user