summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2004-10-08 07:11:05 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2004-10-08 07:11:05 +0000
commit5734990ab8fc0192f10faeca1b8824be3f03fa30 (patch)
tree71af9ab2e83a4f84d205cdcc1bce418484a7966f /sys/arch/mvme68k
parent47dfbf45f218ed0a4af52c24dc1aad081d62bea1 (diff)
Use ${MKDEP} instead of mkdep.
ok miod@
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r--sys/arch/mvme68k/conf/Makefile.mvme68k10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/mvme68k/conf/Makefile.mvme68k b/sys/arch/mvme68k/conf/Makefile.mvme68k
index 4d3ca66aa5c..f9615dad660 100644
--- a/sys/arch/mvme68k/conf/Makefile.mvme68k
+++ b/sys/arch/mvme68k/conf/Makefile.mvme68k
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.mvme68k,v 1.24 2003/11/21 17:53:19 espie Exp $
+# $OpenBSD: Makefile.mvme68k,v 1.25 2004/10/08 07:11:04 grange Exp $
# This makefile is constructed from a machine description:
# config machineid
@@ -167,10 +167,10 @@ SRCS= ${MVME68K}/mvme68k/locore.s \
param.c ioconf.c ${CFILES} ${SFILES}
depend:: .depend
.depend: ${SRCS} assym.h param.c
- mkdep ${AFLAGS} ${CPPFLAGS} ${MVME68K}/mvme68k/locore.s
- mkdep -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES}
- mkdep -a ${AFLAGS} ${CPPFLAGS} ${SFILES}
- sh $S/kern/genassym.sh mkdep -f assym.dep ${CFLAGS} \
+ ${MKDEP} ${AFLAGS} ${CPPFLAGS} ${MVME68K}/mvme68k/locore.s
+ ${MKDEP} -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES}
+ ${MKDEP} -a ${AFLAGS} ${CPPFLAGS} ${SFILES}
+ sh $S/kern/genassym.sh ${MKDEP} -f assym.dep ${CFLAGS} \
${CPPFLAGS} < ${MVME68K}/mvme68k/genassym.cf
@sed -e 's/.*\.o:.* /assym.h: /' < assym.dep >> .depend
@rm -f assym.dep