diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-07-08 16:01:34 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-07-08 16:01:34 +0000 |
commit | ebb1f2af75903811ca16d2d285de7941d35db0d7 (patch) | |
tree | 50e5023d609cd1d5e8da975ff8f7fd78df9a7692 /sys/arch | |
parent | d858ca55a3da2270b382d2ea0f2bc2d3340fde90 (diff) |
Typo in previous assym.h dependency changes
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sgi/conf/Makefile.sgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/conf/Makefile.sgi b/sys/arch/sgi/conf/Makefile.sgi index d6ca2a304f6..d08630b2727 100644 --- a/sys/arch/sgi/conf/Makefile.sgi +++ b/sys/arch/sgi/conf/Makefile.sgi @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sgi,v 1.64 2014/06/27 17:28:10 miod Exp $ +# $OpenBSD: Makefile.sgi,v 1.65 2014/07/08 16:01:33 miod Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -150,7 +150,7 @@ db_structinfo.h: $S/ddb/db_structinfo.c $S/ddb/parse_structinfo.pl rm -f db_structinfo.o locore.o: ${_machdir}/${_mach}/locore.S assym.h -context.o cp0access.o exception.o exception_tfp: assym.h +context.o cp0access.o exception.o exception_tfp.o: assym.h lcore_access.o lcore_ddb.o lcore_float.o tlb_tfp.o tlbhandler.o: assym.h cache_tfp_subr.o ip30_nmi.o: assym.h |