Only pass our idea of `CC' down to mkdep(1) if it's non-default.
This commit is contained in:
parent
a8851d32b1
commit
e16529d335
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94768
@ -28,7 +28,11 @@
|
||||
# If HTML is defined, htags is also run after gtags.
|
||||
|
||||
|
||||
.if ${CC} != "cc"
|
||||
MKDEPCMD?= CC=${CC} mkdep
|
||||
.else
|
||||
MKDEPCMD?= mkdep
|
||||
.endif
|
||||
DEPENDFILE?= .depend
|
||||
|
||||
.if defined(SRCS)
|
||||
|
Loading…
Reference in New Issue
Block a user