mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix LD_LIBRARY_PATH in Documentation GNUmakefile (#321)
This commit is contained in:
parent
b0e2150092
commit
a2d5479882
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue