git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@8686 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2001-01-18 22:20:32 +00:00
parent 3e2630c3ec
commit c3b71dae7f
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2001-01-18 Adam Fedor <fedor@gnu.org>
* opentool.in: Fix typo in setting GNUSTEP_HOST_LDIR
Thu Jan 18 18:07:36 2001 Nicola Pero <nicola@brainstorm.co.uk>
* spec-debug-rules.template: Speed up filtering.

View file

@ -140,7 +140,7 @@ case $tool in
if [ -z "$GNUSTEP_FLATTENED" ]; then
GNUSTEP_HOST_DIR=$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS
GNUSTEP_HOST_LDIR=$GNUSTEP_HOST_LDIR/$LIBRARY_COMBO
GNUSTEP_HOST_LDIR=$GNUSTEP_HOST_DIR/$LIBRARY_COMBO
# search for a local one
for file in */$GNUSTEP_HOST_LDIR/$tool; do