summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
authorTobias Weingartner <weingart@cvs.openbsd.org>1997-10-14 20:07:01 +0000
committerTobias Weingartner <weingart@cvs.openbsd.org>1997-10-14 20:07:01 +0000
commit9572eef0d57749d37c94d66f53a0baef0942f0de (patch)
tree2545d17faa702ade553565d51b221568ed51fb4f /sys/arch/i386
parent21832b916e7121905d1c5e20ca26263dc0d3f610 (diff)
Depend problem
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/stand/etc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/etc/Makefile b/sys/arch/i386/stand/etc/Makefile
index 8227ce1e855..bd7448d54d3 100644
--- a/sys/arch/i386/stand/etc/Makefile
+++ b/sys/arch/i386/stand/etc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 1997/09/17 22:51:49 weingart Exp $
+# $OpenBSD: Makefile,v 1.5 1997/10/14 20:07:00 weingart Exp $
S= ${.CURDIR}/../../../..
I386= ${.CURDIR}/../..
@@ -10,7 +10,7 @@ machine-links:
@ln -fs ${.CURDIR}/../.. i386
@ln -fs ${.CURDIR}/../../include machine
-depend:: assym.h
+depend:: assym.h machine-links
assym.h: $S/kern/genassym.sh ${.CURDIR}/genassym.cf
sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} \