diff options
| author | joerg <joerg@NetBSD.org> | 2012-08-23 21:21:14 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2012-08-23 21:21:14 +0000 |
| commit | ae0b3d5c3b073bd51f3829ea7c6c9b7c07646313 (patch) | |
| tree | 0802b501c068be69d0d166251ff94d2e483b08e2 /compat | |
| parent | 89cae5bb89a6fe1d7c57ef5d2e8f099150ee97b4 (diff) | |
Revert last, it breaks the tricks xsrc uses.
Diffstat (limited to 'compat')
| -rw-r--r-- | compat/Makefile.compat | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/compat/Makefile.compat b/compat/Makefile.compat index 978d888f6c8..5c76bced73d 100644 --- a/compat/Makefile.compat +++ b/compat/Makefile.compat @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.compat,v 1.8 2012/08/23 15:45:02 joerg Exp $ +# $NetBSD: Makefile.compat,v 1.9 2012/08/23 21:21:14 joerg Exp $ # # Makefile fragment to help implement a multilib set of libraries @@ -11,6 +11,7 @@ _COMPAT_OPTIONS_MK_=1 LIBDIR= /usr/lib/${MLIBDIR} SHLIBDIR= /usr/lib/${MLIBDIR} +SHLIBINSTALLDIR= /usr/lib/${MLIBDIR} _GCC_CRTBEGIN= ${DESTDIR}/usr/lib/${MLIBDIR}/crtbegin.o _GCC_CRTBEGINS= ${DESTDIR}/usr/lib/${MLIBDIR}/crtbeginS.o @@ -26,4 +27,7 @@ NOMAN= # defined NOINFO= # defined NOCHECKVER= # defined +# ld.elf_so +SHLINKINSTALLDIR= /libexec + .endif # _COMPAT_OPTIONS_MK_ } |
