Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun68k/stand/libsa adjust the hack to build the SRT...



details:   https://anonhg.NetBSD.org/src/rev/56eae72eff9a
branches:  trunk
changeset: 514279:56eae72eff9a
user:      fredette <fredette%NetBSD.org@localhost>
date:      Mon Aug 27 13:07:03 2001 +0000

description:
adjust the hack to build the SRT*.o files.

diffstat:

 sys/arch/sun68k/stand/libsa/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r 9d1b01985a8a -r 56eae72eff9a sys/arch/sun68k/stand/libsa/Makefile
--- a/sys/arch/sun68k/stand/libsa/Makefile      Mon Aug 27 13:02:12 2001 +0000
+++ b/sys/arch/sun68k/stand/libsa/Makefile      Mon Aug 27 13:07:03 2001 +0000
@@ -1,13 +1,13 @@
-#      $NetBSD: Makefile,v 1.1 2001/06/14 12:57:13 fredette Exp $
+#      $NetBSD: Makefile,v 1.2 2001/08/27 13:07:03 fredette Exp $
 
 LIB=sa
 
 # 
-# We're not actually building a lint version, but this way the separate object
-# files get built
+# We're not actually building a profiled version,
+# but this way the separate object files get built
 #
 
-LOBJS=SRT0.o SRT1.o
+POBJS=SRT0.o SRT1.o
 
 MKLINT=no
 MKPIC=no



Home | Main Index | Thread Index | Old Index