Source-Changes-HG archive

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

[src/trunk]: src/lib/runemodule remove definition of SHLIBDIR as it is not ne...



details:   https://anonhg.NetBSD.org/src/rev/ea05271d3ea4
branches:  trunk
changeset: 519803:ea05271d3ea4
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Dec 27 11:54:02 2001 +0000

description:
remove definition of SHLIBDIR as it is not needed here

diffstat:

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

diffs (17 lines):

diff -r 5597d8c136f8 -r ea05271d3ea4 lib/runemodule/Makefile.inc
--- a/lib/runemodule/Makefile.inc       Thu Dec 27 11:39:20 2001 +0000
+++ b/lib/runemodule/Makefile.inc       Thu Dec 27 11:54:02 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.4 2001/12/12 00:51:06 tv Exp $
+#      $NetBSD: Makefile.inc,v 1.5 2001/12/27 11:54:02 lukem Exp $
 
 NOLINT=                # defined
 NOPICINSTALL=  # defined
@@ -9,7 +9,6 @@
 .include "../Makefile.inc"
 
 SHLIB_VERSION_FILE=    ${.CURDIR}/../shlib_version
-SHLIBDIR=      /usr/lib/runemodule
 LIBDIR=                /usr/lib/runemodule
 INTERNALLIB=   yes
 CPPFLAGS+=     -I${.CURDIR}/../../libc/locale



Home | Main Index | Thread Index | Old Index