CCACHE_BUILD: Don't try using ccache for compile-linking .c files.
Without -c ccache just executes the real compiler. MFC after: 2 weeks Sponsored by: Dell EMC
This commit is contained in:
parent
759aa20d7b
commit
90eb413a33
@ -5,7 +5,7 @@
|
||||
chmod a+x ${.TARGET}
|
||||
|
||||
.c:
|
||||
${CC} ${CFLAGS} ${LDFLAGS} ${.IMPSRC} ${LDLIBS} -o ${.TARGET}
|
||||
${CC:N${CCACHE_BIN}} ${CFLAGS} ${LDFLAGS} ${.IMPSRC} ${LDLIBS} -o ${.TARGET}
|
||||
${CTFCONVERT_CMD}
|
||||
|
||||
.c.o:
|
||||
|
Loading…
Reference in New Issue
Block a user