diff options
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/conf/Makefile.vax | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/vax/conf/Makefile.vax b/sys/arch/vax/conf/Makefile.vax index a20261c72c2..1dab76a33b2 100644 --- a/sys/arch/vax/conf/Makefile.vax +++ b/sys/arch/vax/conf/Makefile.vax @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.vax,v 1.69 2013/07/05 21:11:57 miod Exp $ +# $OpenBSD: Makefile.vax,v 1.70 2013/10/15 19:23:31 guenther Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -133,9 +133,9 @@ depend: tags: @echo "see $S/kern/Makefile for tags" -db_structinfo.h: $S/ddb/db_structinfo.c $S/ddb/parse_structinfo.awk +db_structinfo.h: $S/ddb/db_structinfo.c $S/ddb/parse_structinfo.pl ${CC} ${CFLAGS} ${CPPFLAGS} -MT $@ -gstabs -c $S/ddb/db_structinfo.c - objdump -g db_structinfo.o | awk -f $S/ddb/parse_structinfo.awk > $@ + objdump -g db_structinfo.o | perl $S/ddb/parse_structinfo.pl > $@ rm -f db_structinfo.o locore.o: ${_machdir}/${_mach}/locore.S assym.h |