From 06d159ca6b8f7402dd2623fe6733176ff7702c4c Mon Sep 17 00:00:00 2001 From: hmelder Date: Sat, 9 Sep 2023 19:01:11 +0200 Subject: [PATCH] Fix LD_LIBRARY_PATH in Documentation GNUmakefile --- Documentation/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index d83d11d314..64862550eb 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -100,7 +100,7 @@ ReleaseNotes.gsdoc ReleaseNotes_AGSDOC_FLAGS = -DTDs ../Tools # Use local version of autogsdoc in case it is not installed -LD_LIBRARY_PATH := $(dir $(CURDIR))/Source/$(GNUSTEP_OBJ_DIR_NAME):$(LD_LIBRARY_PATH) +LD_LIBRARY_PATH := $(dir $(CURDIR))/../Source/$(GNUSTEP_OBJ_DIR_NAME):$(LD_LIBRARY_PATH) AUTOGSDOC=../Tools/$(GNUSTEP_OBJ_DIR_NAME)/autogsdoc BASE_MAKE_LOADED=yes