From bd4345143788df8ab45f085429a9d8d8ead6e473 Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 2 Jul 2003 16:43:07 +0000 Subject: The .s files do not have to be preprocessed with cpp(1). --- share/mk/bsd.dep.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share') 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} != "" -- cgit v1.1