diff --git a/ChangeLog b/ChangeLog index fb787969..098654e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-01-18 Adam Fedor + + * opentool.in: Fix typo in setting GNUSTEP_HOST_LDIR + Thu Jan 18 18:07:36 2001 Nicola Pero * spec-debug-rules.template: Speed up filtering. diff --git a/opentool.in b/opentool.in index 806da9fc..f64d4ce9 100644 --- a/opentool.in +++ b/opentool.in @@ -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