diff options
Diffstat (limited to 'sys/arch/octeon/conf')
-rw-r--r-- | sys/arch/octeon/conf/Makefile.octeon | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/octeon/conf/Makefile.octeon b/sys/arch/octeon/conf/Makefile.octeon index 2c344a249c9..f057e6ba4b6 100644 --- a/sys/arch/octeon/conf/Makefile.octeon +++ b/sys/arch/octeon/conf/Makefile.octeon @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.octeon,v 1.14 2013/06/23 20:33:51 miod Exp $ +# $OpenBSD: Makefile.octeon,v 1.15 2013/10/15 19:23:29 guenther Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -144,9 +144,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 |