Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/regress/sys/kern/sigtramp Don't link with -N.
details: https://anonhg.NetBSD.org/src/rev/237579de7cd2
branches: trunk
changeset: 481160:237579de7cd2
user: mycroft <mycroft%NetBSD.org@localhost>
date: Mon Jan 24 00:10:22 2000 +0000
description:
Don't link with -N.
diffstat:
regress/sys/kern/sigtramp/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r 5824e2418095 -r 237579de7cd2 regress/sys/kern/sigtramp/Makefile
--- a/regress/sys/kern/sigtramp/Makefile Mon Jan 24 00:00:25 2000 +0000
+++ b/regress/sys/kern/sigtramp/Makefile Mon Jan 24 00:10:22 2000 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 1999/07/08 17:37:36 ws Exp $
+# $NetBSD: Makefile,v 1.2 2000/01/24 00:10:22 mycroft Exp $
#
PROG= sigtramp
MKMAN= no
-LDFLAGS= -static -N
+LDFLAGS= -static
regress:
sh ${.CURDIR}/dotest
Home |
Main Index |
Thread Index |
Old Index