Source-Changes-HG archive

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

[src/nathanw_sa]: src/lib/libc Stop adding a dependancy on libsyscall.



details:   https://anonhg.NetBSD.org/src/rev/608d3856bc40
branches:  nathanw_sa
changeset: 506106:608d3856bc40
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Fri Aug 02 21:32:14 2002 +0000

description:
Stop adding a dependancy on libsyscall.

diffstat:

 lib/libc/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r fe0ea23ca720 -r 608d3856bc40 lib/libc/Makefile
--- a/lib/libc/Makefile Fri Aug 02 21:31:06 2002 +0000
+++ b/lib/libc/Makefile Fri Aug 02 21:32:14 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.98.2.7 2002/08/01 03:27:53 nathanw Exp $
+#      $NetBSD: Makefile,v 1.98.2.8 2002/08/02 21:32:14 nathanw Exp $
 #      @(#)Makefile    8.2 (Berkeley) 2/3/94
 #
 # All library objects contain sccsid strings by default; they may be
@@ -35,8 +35,6 @@
 CPPFLAGS+=     -DYP
 .endif
 
-LDADD+=                 -lsyscall
-
 .if ${MACHINE_ARCH} == "i386"
 # Set lint to exit on warnings
 LINTFLAGS+=    -w



Home | Main Index | Thread Index | Old Index