From 5901302929953301503368d4bf7465dd4ec142e8 Mon Sep 17 00:00:00 2001 From: gordon Date: Sun, 17 Aug 2003 08:28:46 +0000 Subject: Stage 3 of dynamic root support. Make all the libraries needed to run binaries in /bin and /sbin installed in /lib. Only the versioned files reside in /lib, the .so symlink continues to live /usr/lib so the toolchain doesn't need to be modified. --- lib/libedit/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libedit/Makefile') diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index b4a0bbf..98d9487 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -4,6 +4,7 @@ LIB= edit SHLIB_MAJOR= 4 +SHLIBDIR?= /lib OSRCS= chared.c common.c el.c emacs.c fcns.c help.c hist.c key.c map.c \ parse.c prompt.c read.c refresh.c search.c sig.c term.c tty.c vi.c -- cgit v1.1