diff --git a/sys/arch/mac68k/conf/Makefile.mac68k b/sys/arch/mac68k/conf/Makefile.mac68k index 342be7dd1724..67f7a271218b 100644 --- a/sys/arch/mac68k/conf/Makefile.mac68k +++ b/sys/arch/mac68k/conf/Makefile.mac68k @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.mac68k,v 1.59 1997/11/12 23:12:11 thorpej Exp $ +# $NetBSD: Makefile.mac68k,v 1.60 1997/11/25 18:33:19 scottr Exp $ # Makefile for NetBSD # @@ -158,12 +158,10 @@ SRCS= ${MAC68K}/mac68k/locore.s \ param.c ioconf.c ${CFILES} ${SFILES} depend: .depend .depend: ${SRCS} assym.h param.c - ${MKDEP} ${AFLAGS} ${CPPFLAGS} ${MAC68K}/mac68k/locore.s + ${MKDEP} -x assembler-with-cpp ${AFLAGS} ${CPPFLAGS} \ + ${MAC68K}/mac68k/locore.s ${MKDEP} -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES} - ${MKDEP} -a ${AFLAGS} ${CPPFLAGS} ${SFILES} - -if test -n "${SFILES}"; then \ - ${MKDEP} -a ${AFLAGS} ${CPPFLAGS} ${SFILES}; \ - fi + ${MKDEP} -a -x assembler-with-cpp ${AFLAGS} ${CPPFLAGS} ${SFILES} sh $S/kern/genassym.sh ${MKDEP} -f assym.dep ${CFLAGS} \ ${CPPFLAGS} < ${MAC68K}/mac68k/genassym.cf @sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend