Browse Source

--- 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 15 years ago
parent
commit
cd88bbe61c
1 changed files with 1 additions and 1 deletions
  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