diff options
| author | ross <ross@NetBSD.org> | 1998-04-20 01:35:44 +0000 |
|---|---|---|
| committer | ross <ross@NetBSD.org> | 1998-04-20 01:35:44 +0000 |
| commit | fdbd788c013b360c67f1f3d35d79ea8761390657 (patch) | |
| tree | 7e0a76da1e64abeeeb02f316e0c43f11cec13d39 /lib/libterm | |
| parent | ad8c2a56543abfb5ede7b5d4623103640ffaf94f (diff) | |
Fix broken LINKS+= line for ELF libtermlib install.
ALPHA/PMAX NOTE: rm "libermlib.so.0"
Diffstat (limited to 'lib/libterm')
| -rw-r--r-- | lib/libterm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libterm/Makefile b/lib/libterm/Makefile index 80dca872ad3..a3fac188e35 100644 --- a/lib/libterm/Makefile +++ b/lib/libterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1998/04/18 15:46:22 tv Exp $ +# $NetBSD: Makefile,v 1.16 1998/04/20 01:35:44 ross Exp $ # @(#)Makefile 8.1 (Berkeley) 6/4/93 LIB= termcap @@ -29,7 +29,7 @@ LINKS+= ${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ # ELF rules normally use symlinks but bsd.lib.mk makes symlinks before hard. .if (${MACHINE} == "alpha") || (${MACHINE_ARCH} == "mips") LINKS+= ${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR} \ - ${LIBDIR}/lib$termlib.so.${SHLIB_MAJOR} + ${LIBDIR}/libtermlib.so.${SHLIB_MAJOR} LINKS+= ${LIBDIR}/lib${LIB}.so ${LIBDIR}/libtermlib.so .endif .endif |
