mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Remove extra spaces
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15934 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f4e4d96572
commit
bd176f1c2b
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-02-11 Adam Fedor <fedor@Eldorado.local.>
|
||||
|
||||
* configure (LDFLAGS): Remove extra spaces that cause problems
|
||||
on Darwin/gcc
|
||||
|
||||
i2003-02-11 Willem Rein Oudshoorn <woudshoo@xs4all.nl>
|
||||
|
||||
* Headers/Foundation/NSFileManager.h: Added a little bit to the
|
||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -2657,7 +2657,7 @@ fi
|
|||
# $GNUSTEP_HDIR are used before the standard ones
|
||||
#
|
||||
CPPFLAGS="$CPPFLAGS -I $GNUSTEP_HDIR"
|
||||
LDFLAGS="$LDFLAGS -L $GNUSTEP_LDIR/$LIBRARY_COMBO -L $GNUSTEP_LDIR"
|
||||
LDFLAGS="$LDFLAGS -L$GNUSTEP_LDIR/$LIBRARY_COMBO -L$GNUSTEP_LDIR"
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
# Check if Objective-C is installed
|
||||
|
|
Loading…
Reference in a new issue