mirror of
https://github.com/gnustep/tools-make.git
synced 2025-06-01 09:42:00 +00:00
Fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@8686 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3e2630c3ec
commit
c3b71dae7f
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue