Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/ld.elf_so Fix debug symlink
details: https://anonhg.NetBSD.org/src/rev/f66ce06da5cb
branches: trunk
changeset: 786759:f66ce06da5cb
user: skrll <skrll%NetBSD.org@localhost>
date: Thu May 09 11:44:36 2013 +0000
description:
Fix debug symlink
diffstat:
libexec/ld.elf_so/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 37245cd8cd4b -r f66ce06da5cb libexec/ld.elf_so/Makefile
--- a/libexec/ld.elf_so/Makefile Thu May 09 11:43:27 2013 +0000
+++ b/libexec/ld.elf_so/Makefile Thu May 09 11:44:36 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.119 2013/05/08 15:33:45 christos Exp $
+# $NetBSD: Makefile,v 1.120 2013/05/09 11:44:36 skrll Exp $
#
# NOTE: when changing ld.so, ensure that ldd still compiles.
#
@@ -151,8 +151,8 @@
.if ${SHLINKINSTALLDIR} != "/usr/libexec"
SYMLINKS+= ${SHLINKINSTALLDIR}/${PROG} /usr/libexec/${PROG}
.if ${MKDEBUG} != "no"
-SYMLINKS+= ${DESTDIR}${DEBUGDIR}${BINDIR}/${PROG}.debug \
- ${DESTDIR}${DEBUGDIR}/usr${BINDIR}/${PROG}.debug
+SYMLINKS+= ${DEBUGDIR}${BINDIR}/${PROG}.debug \
+ ${DEBUGDIR}/usr${BINDIR}/${PROG}.debug
.endif
.endif
Home |
Main Index |
Thread Index |
Old Index