Module Name: src
Committed By: skrll
Date: Thu May 9 11:44:37 UTC 2013
Modified Files:
src/libexec/ld.elf_so: Makefile
Log Message:
Fix debug symlink
To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 src/libexec/ld.elf_so/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/libexec/ld.elf_so/Makefile
diff -u src/libexec/ld.elf_so/Makefile:1.119 src/libexec/ld.elf_so/Makefile:1.120
--- src/libexec/ld.elf_so/Makefile:1.119 Wed May 8 15:33:45 2013
+++ src/libexec/ld.elf_so/Makefile Thu May 9 11:44:36 2013
@@ -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 @@ _PROGDEBUG.${PROG} := ${PROG}.debug
.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