diff options
author | 2014-07-08 16:01:33 +0000 | |
---|---|---|
committer | 2014-07-08 16:01:33 +0000 | |
commit | fa97428a7afacf7afb1b3d79ce882cfd1ea7a215 (patch) | |
tree | 6bffa623c7d4cc62e82dae1a6d8ff3e3c3517dc4 | |
parent | Include -DLIBRESSL_INTERNAL in regress makefiles. (diff) | |
download | wireguard-openbsd-fa97428a7afacf7afb1b3d79ce882cfd1ea7a215.tar.xz wireguard-openbsd-fa97428a7afacf7afb1b3d79ce882cfd1ea7a215.zip |
Typo in previous assym.h dependency changes
-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 |