From a3a309b9e505d8b9bb551b8c1f883150efb8ab04 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 25 Jun 2021 13:38:32 -0700 Subject: build: fix broken building in separate directory. * configure: create a link farm for stdlib, not share, which no longer exists. I missed this because this is an occurrence of "share" not followed by /txr of \txr. Reported by Paul. A. Patience --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index ad3bfb4c..b8b18184 100755 --- a/configure +++ b/configure @@ -756,7 +756,7 @@ if [ $(inode "$source_dir") != $(inode ".") ] ; then printf "Symlinking %s -> $source_dir/%s\n" $x $x ln -sf "$source_dir/$x" . done - for x in share tests; do + for x in stdlib tests; do printf "Tree symlinking %s -> $source_dir/%s\n" $x $x lndir $source_dir/$x $x done -- cgit v1.2.3