Source-Changes-HG archive

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

[src/trunk]: src/etc Install correct ld.so.conf if etc.${MACHINE}/ld.so.conf ...



details:   https://anonhg.NetBSD.org/src/rev/3e5bfa477c8b
branches:  trunk
changeset: 481765:3e5bfa477c8b
user:      jlam <jlam%NetBSD.org@localhost>
date:      Sat Feb 05 18:25:01 2000 +0000

description:
Install correct ld.so.conf if etc.${MACHINE}/ld.so.conf exists.

diffstat:

 etc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6a9e8db0c9e4 -r 3e5bfa477c8b etc/Makefile
--- a/etc/Makefile      Sat Feb 05 18:20:08 2000 +0000
+++ b/etc/Makefile      Sat Feb 05 18:25:01 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.131 2000/02/04 09:24:08 veego Exp $
+#      $NetBSD: Makefile,v 1.132 2000/02/05 18:25:01 jlam Exp $
 #      from: @(#)Makefile      8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -88,7 +88,7 @@
        (${MACHINE_ARCH} == "arm32")
 BIN1+= ld.so.conf
 .elif exists(etc.${MACHINE_ARCH}/ld.so.conf)
-BIN1+= ld.so.conf
+BIN1+= etc.${MACHINE_ARCH}/ld.so.conf
 .endif
 
 # IPv6



Home | Main Index | Thread Index | Old Index