summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/conf/Makefile.mac68k
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/mac68k/conf/Makefile.mac68k
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/mac68k/conf/Makefile.mac68k')
-rw-r--r--sys/arch/mac68k/conf/Makefile.mac68k4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/conf/Makefile.mac68k b/sys/arch/mac68k/conf/Makefile.mac68k
index d93a8f236e4..7911e0935e0 100644
--- a/sys/arch/mac68k/conf/Makefile.mac68k
+++ b/sys/arch/mac68k/conf/Makefile.mac68k
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.mac68k,v 1.26 2002/06/22 14:05:51 millert Exp $
+# $OpenBSD: Makefile.mac68k,v 1.27 2002/08/09 20:24:43 miod Exp $
# $NetBSD: Makefile.mac68k,v 1.53 1997/04/15 06:11:38 scottr Exp $
# Makefile for OpenBSD
@@ -122,7 +122,7 @@ LINKFLAGS+= -S
%LOAD
assym.h: $S/kern/genassym.sh \
- ${M68K}/m68k/genassym.cf ${MAC68K}/mac68k/genassym.cf
+ ${M68K}/m68k/genassym.cf ${MAC68K}/mac68k/genassym.cf Makefile
cat ${M68K}/m68k/genassym.cf ${MAC68K}/mac68k/genassym.cf | \
sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} \
> assym.h.tmp && \