summaryrefslogtreecommitdiff
path: root/sys/arch/mvmeppc
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-08-09 20:24:44 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-08-09 20:24:44 +0000
commit42a64f030f357b477574f94ce6ddfda32d9c8f4e (patch)
treef4265e473623f0b7d563bed43b4960e5f55c5f92 /sys/arch/mvmeppc
parent0e85575fa649d82cdf5bcfadd27f7c130fdfb6b8 (diff)
Add an explicit dependancy of assym.h to Makefile.
This makes sure it will be regenerated if you run config(8) again.
Diffstat (limited to 'sys/arch/mvmeppc')
-rw-r--r--sys/arch/mvmeppc/conf/Makefile.mvmeppc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvmeppc/conf/Makefile.mvmeppc b/sys/arch/mvmeppc/conf/Makefile.mvmeppc
index b5ce010854d..e215c41ee48 100644
--- a/sys/arch/mvmeppc/conf/Makefile.mvmeppc
+++ b/sys/arch/mvmeppc/conf/Makefile.mvmeppc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.mvmeppc,v 1.8 2002/06/22 14:05:51 millert Exp $
+# $OpenBSD: Makefile.mvmeppc,v 1.9 2002/08/09 20:24:43 miod Exp $
#
# Makefile for OpenBSD PowerPC
#
@@ -119,7 +119,7 @@ LINKFLAGS+= -S
%LOAD
-assym.h: $S/kern/genassym.sh ${PPC}/mvmeppc/genassym.cf
+assym.h: $S/kern/genassym.sh ${PPC}/mvmeppc/genassym.cf Makefile
sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} \
< ${PPC}/mvmeppc/genassym.cf > assym.h.tmp && \
mv -f assym.h.tmp assym.h