diff options
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/conf/Makefile.vax | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/conf/Makefile.vax b/sys/arch/vax/conf/Makefile.vax index 3092769f311..56bdc81a8ef 100644 --- a/sys/arch/vax/conf/Makefile.vax +++ b/sys/arch/vax/conf/Makefile.vax @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.vax,v 1.18 2002/06/22 14:05:51 millert Exp $ +# $OpenBSD: Makefile.vax,v 1.19 2002/08/09 20:24:43 miod Exp $ # $NetBSD: Makefile.vax,v 1.49 1999/07/26 05:20:49 cgd Exp $ # Makefile for OpenBSD/vax @@ -139,7 +139,7 @@ LINKFLAGS+= -S %LOAD -assym.h: $S/kern/genassym.sh ${VAX}/vax/genassym.cf +assym.h: $S/kern/genassym.sh ${VAX}/vax/genassym.cf Makefile sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} \ < ${VAX}/vax/genassym.cf > assym.h.tmp && \ mv -f assym.h.tmp assym.h |