Only pass our idea of `CC' down to mkdep(1) if it's non-default.
This commit is contained in:
parent
e1d6eb1831
commit
67b437f443
@ -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…
x
Reference in New Issue
Block a user