mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-15 18:06:13 +02:00
* Fixed typo in warning message.
git-svn-id: trunk@13972 -
This commit is contained in:
parent
663a59e75b
commit
fe089df354
@ -68,7 +68,7 @@ SYSLIBDIR=/lib /usr/lib /usr/local/lib
|
||||
# Detect if libgdb.a is available
|
||||
override LIBGDBFILE=$(firstword $(wildcard $(addsuffix /libgdb.a,$(SYSLIBDIR))))
|
||||
ifneq (${LIBGDBFILE},)
|
||||
$(warning Using system sefault libgdb file located in ${LIBGDBFILE})
|
||||
$(warning Using system default libgdb file located in ${LIBGDBFILE})
|
||||
GDBLIBDIR=$(dir ${LIBGDBFILE})
|
||||
endif
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user