diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-04-29 19:54:37 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-04-29 19:54:37 +0000 |
commit | c427f27d9c495f2eb86e1695f38f557dafb054b2 (patch) | |
tree | e763c1136b5d9a618b51c8afdd67e0166b0807bc /sys/arch/luna88k | |
parent | f8499db3dc627dfa018848e6bcd37744bfbd300f (diff) |
Repair depend phase
Diffstat (limited to 'sys/arch/luna88k')
-rw-r--r-- | sys/arch/luna88k/conf/Makefile.luna88k | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/luna88k/conf/Makefile.luna88k b/sys/arch/luna88k/conf/Makefile.luna88k index 992cc4979e7..b4f908b4c86 100644 --- a/sys/arch/luna88k/conf/Makefile.luna88k +++ b/sys/arch/luna88k/conf/Makefile.luna88k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.luna88k,v 1.2 2004/04/29 14:33:24 miod Exp $ +# $OpenBSD: Makefile.luna88k,v 1.3 2004/04/29 19:54:34 miod Exp $ # # Makefile for OpenBSD # @@ -165,7 +165,7 @@ depend:: .depend ${MKDEP} -a ${AFLAGS} ${CPPFLAGS} ${SFILES} .endif sh $S/kern/genassym.sh ${MKDEP} -f assym.dep ${CFLAGS} \ - ${CPPFLAGS} < ${LUNA88K}/luna88k/genassym.cf + ${CPPFLAGS} < ${M88K}/m88k/genassym.cf @sed -e 's/.*\.o:.* /assym.h: /' < assym.dep >> .depend @rm -f assym.dep |