Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib s;/usr/lib;${LIBDIR};
details: https://anonhg.NetBSD.org/src/rev/0a14f1697e0a
branches: trunk
changeset: 471515:0a14f1697e0a
user: simonb <simonb%NetBSD.org@localhost>
date: Sat Apr 03 16:28:49 1999 +0000
description:
s;/usr/lib;${LIBDIR};
diffstat:
lib/csu/c++/Makefile | 4 ++--
lib/libl/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (33 lines):
diff -r 0e45831735d4 -r 0a14f1697e0a lib/csu/c++/Makefile
--- a/lib/csu/c++/Makefile Sat Apr 03 14:50:21 1999 +0000
+++ b/lib/csu/c++/Makefile Sat Apr 03 16:28:49 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 1999/02/27 03:27:54 tv Exp $
+# $NetBSD: Makefile,v 1.12 1999/04/03 16:28:50 simonb Exp $
CPPFLAGS+= -DLIBC_SCCS
COPTS+= -fpic
@@ -12,6 +12,6 @@
@mv a.out ${.TARGET}
FILES=${OBJS}
-FILESDIR=/usr/lib
+FILESDIR=${LIBDIR}
.include <bsd.prog.mk>
diff -r 0e45831735d4 -r 0a14f1697e0a lib/libl/Makefile
--- a/lib/libl/Makefile Sat Apr 03 14:50:21 1999 +0000
+++ b/lib/libl/Makefile Sat Apr 03 16:28:49 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1999/02/13 02:54:30 lukem Exp $
+# $NetBSD: Makefile,v 1.8 1999/04/03 16:28:49 simonb Exp $
LIB= l
SRCS= libmain.c libyywrap.c
@@ -10,5 +10,5 @@
.include <bsd.lib.mk>
.if ${MKPROFILE} != "no"
-LINKS+= /usr/lib/libl_p.a /usr/lib/libfl_p.a
+LINKS+= ${LIBDIR}/libl_p.a ${LIBDIR}/libfl_p.a
.endif
Home |
Main Index |
Thread Index |
Old Index