Source-Changes-HG archive

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

[src/trunk]: src/lib/libcompat Build a PIC version of this -- but not yet a s...



details:   https://anonhg.NetBSD.org/src/rev/7887864a26fd
branches:  trunk
changeset: 482699:7887864a26fd
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Sat Feb 19 18:51:30 2000 +0000

description:
Build a PIC version of this -- but not yet a shlib, due to some obscure lossage
-- so that it can be linked into another shlib as needed.

diffstat:

 lib/libcompat/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r a1f0e81eca6c -r 7887864a26fd lib/libcompat/Makefile
--- a/lib/libcompat/Makefile    Sat Feb 19 18:39:01 2000 +0000
+++ b/lib/libcompat/Makefile    Sat Feb 19 18:51:30 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.24 1999/08/22 12:43:51 kleink Exp $
+#      $NetBSD: Makefile,v 1.25 2000/02/19 18:51:30 mycroft Exp $
 
 LIB=   compat
 CPPFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS -D__LIBCOMPAT_SOURCE__
@@ -6,7 +6,6 @@
 .if defined(DESTDIR)
 AINC+= -nostdinc -idirafter ${DESTDIR}/usr/include
 .endif
-MKPIC= no
 
 .PATH: ${.CURDIR}/4.1/${MACHINE_ARCH} ${.CURDIR}/4.1 \
        ${.CURDIR}/4.3/${MACHINE_ARCH} ${.CURDIR}/4.3 \



Home | Main Index | Thread Index | Old Index