summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-07-02 16:43:07 +0000
committerru <ru@FreeBSD.org>2003-07-02 16:43:07 +0000
commitbd4345143788df8ab45f085429a9d8d8ead6e473 (patch)
tree976044a177692a2b1b6671bc5856841d96703ecc /share
parent1a8aeb6229f473871893e1e7ea8dbf9c0e8271ba (diff)
downloadFreeBSD-src-bd4345143788df8ab45f085429a9d8d8ead6e473.zip
FreeBSD-src-bd4345143788df8ab45f085429a9d8d8ead6e473.tar.gz
The .s files do not have to be preprocessed with cpp(1).
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.dep.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.dep.mk b/share/mk/bsd.dep.mk
index 61bd54d..6bdbc2f 100644
--- a/share/mk/bsd.dep.mk
+++ b/share/mk/bsd.dep.mk
@@ -114,10 +114,10 @@ depend: beforedepend ${DEPENDFILE} afterdepend
# Split up the sources, and filter out headers and non-applicable flags.
${DEPENDFILE}: ${SRCS}
rm -f ${DEPENDFILE}
-.if ${SRCS:M*.[cSs]} != ""
+.if ${SRCS:M*.[cS]} != ""
${MKDEPCMD} -f ${DEPENDFILE} -a ${MKDEP} \
${CFLAGS:M-nostdinc*} ${CFLAGS:M-[BID]*} \
- ${.ALLSRC:M*.[cSs]}
+ ${.ALLSRC:M*.[cS]}
.endif
.if ${SRCS:M*.cc} != "" || ${SRCS:M*.C} != "" || ${SRCS:M*.cpp} != "" || \
${SRCS:M*.cxx} != ""
OpenPOWER on IntegriCloud