From fe089df354c31bc45172575e678542658e2fce99 Mon Sep 17 00:00:00 2001 From: mazen Date: Fri, 30 Oct 2009 11:26:44 +0000 Subject: [PATCH] * Fixed typo in warning message. git-svn-id: trunk@13972 - --- ide/Makefile.fpc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/Makefile.fpc b/ide/Makefile.fpc index 966a227510..94c74cd86c 100644 --- a/ide/Makefile.fpc +++ b/ide/Makefile.fpc @@ -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