From 0b0c94741a6a36fc0b9ecb6f8129c9d818083ef0 Mon Sep 17 00:00:00 2001 From: Gordon Tetlow Date: Sun, 17 Aug 2003 07:50:15 +0000 Subject: [PATCH] In preparation for libraries being installed in /lib, add lib to the list of build directories during the tool creation phase of the build. --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index cce8db75ad70..a24536179aac 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -283,7 +283,7 @@ _worldtmp: mkdir -p ${WORLDTMP}/legacy/${_dir} .endfor .for _dir in \ - usr/bin usr/include usr/lib/compat/aout usr/libdata/ldscripts \ + lib usr/bin usr/include usr/lib/compat/aout usr/libdata/ldscripts \ usr/libexec usr/share/misc mkdir -p ${WORLDTMP}/${_dir} .endfor