Only pass our idea of `CC' down to mkdep(1) if it's non-default.

This commit is contained in:
ru 2002-04-15 15:23:45 +00:00
parent e1d6eb1831
commit 67b437f443

View File

@ -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)