diff options
author | Tobias Weingartner <weingart@cvs.openbsd.org> | 1997-10-14 20:19:20 +0000 |
---|---|---|
committer | Tobias Weingartner <weingart@cvs.openbsd.org> | 1997-10-14 20:19:20 +0000 |
commit | f1a5d3eb855d609596eb81d22dc4ed77b7f5ab83 (patch) | |
tree | bcd5b58dfb0df2f3824a1af22e8cf00fe8f2a198 /sys/arch/i386/stand/etc | |
parent | 9572eef0d57749d37c94d66f53a0baef0942f0de (diff) |
Fix for my fix
Diffstat (limited to 'sys/arch/i386/stand/etc')
-rw-r--r-- | sys/arch/i386/stand/etc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/stand/etc/Makefile b/sys/arch/i386/stand/etc/Makefile index bd7448d54d3..bac9220db48 100644 --- a/sys/arch/i386/stand/etc/Makefile +++ b/sys/arch/i386/stand/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 1997/10/14 20:07:00 weingart Exp $ +# $OpenBSD: Makefile,v 1.6 1997/10/14 20:19:19 weingart Exp $ S= ${.CURDIR}/../../../.. I386= ${.CURDIR}/../.. @@ -10,9 +10,9 @@ machine-links: @ln -fs ${.CURDIR}/../.. i386 @ln -fs ${.CURDIR}/../../include machine -depend:: assym.h machine-links +depend:: assym.h -assym.h: $S/kern/genassym.sh ${.CURDIR}/genassym.cf +assym.h: $S/kern/genassym.sh ${.CURDIR}/genassym.cf machine-links sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} \ ${PARAM} < ${.CURDIR}/genassym.cf > assym.h.tmp && \ mv -f assym.h.tmp assym.h |