Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lib/libkern/arch/m68k Reorder a little to make clearer.



details:   https://anonhg.NetBSD.org/src/rev/776f789ca86a
branches:  trunk
changeset: 788698:776f789ca86a
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jul 18 12:53:09 2013 +0000

description:
Reorder a little to make clearer.

diffstat:

 sys/lib/libkern/arch/m68k/Makefile.inc |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r a7c199f06912 -r 776f789ca86a sys/lib/libkern/arch/m68k/Makefile.inc
--- a/sys/lib/libkern/arch/m68k/Makefile.inc    Thu Jul 18 12:50:51 2013 +0000
+++ b/sys/lib/libkern/arch/m68k/Makefile.inc    Thu Jul 18 12:53:09 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.30 2009/08/14 19:23:54 dsl Exp $
+#      $NetBSD: Makefile.inc,v 1.31 2013/07/18 12:53:09 matt Exp $
 
 SRCS+= bswap16.S bswap32.S bswap64.S
 SRCS+= memcmp.S memcpy.S memmove.S memset.S
@@ -10,7 +10,9 @@
 
 .if defined(MACHINE_ARCH) && (${MACHINE_ARCH} == "m68000")
 SRCS+= mulsi3.S divsi3.S udivsi3.S modsi3.S umodsi3.S
-random.o random.d: random.c
+.endif
+.if defined(MACHINE_ARCH) && ${MACHINE_ARCH} == "m68k"
+SRCS+= random.S
 .else
-SRCS+= random.S
+random.o random.po random.pico random.d: random.c
 .endif



Home | Main Index | Thread Index | Old Index