Explorar o código

--- Merging r13972 into '.':
U ide/Makefile.fpc

# revisions: 13972
------------------------------------------------------------------------
r13972 | mazen | 2009-10-30 12:26:44 +0100 (Fri, 30 Oct 2009) | 2 lines
Changed paths:
M /trunk/ide/Makefile.fpc

* Fixed typo in warning message.

------------------------------------------------------------------------

git-svn-id: branches/fixes_2_4@14682 -

marco %!s(int64=15) %!d(string=hai) anos
pai
achega
cd88bbe61c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ide/Makefile.fpc

+ 1 - 1
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