From: Peter Eisentraut Date: Sat, 10 Mar 2001 20:03:01 +0000 (+0000) Subject: * ltmain.in (clean): Fix wrong variable use. X-Git-Tag: multi-language-merge-point~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f27551ac17abef24792c6f75d17eb4cc5b612186;p=thirdparty%2Flibtool.git * ltmain.in (clean): Fix wrong variable use. --- diff --git a/ChangeLog b/ChangeLog index 3ac9373f8..a89138412 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-03-10 Peter Eisentraut + + * ltmain.in (clean): Fix wrong variable use. + 2001-02-25 Peter Eisentraut * ltmain.in (clean): Automatically remove $objdir (usually '.libs'). diff --git a/ltmain.in b/ltmain.in index 1d64d5819..aa2a9afc9 100644 --- a/ltmain.in +++ b/ltmain.in @@ -5019,10 +5019,10 @@ relink_command=\"$relink_command\"" *.lo) # Possibly a libtool object, so verify it. - if (sed -e '2q' $arg | egrep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then + if (sed -e '2q' $file | egrep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then # Read the .lo file - . ./$file + . $dir/$name # Add PIC object to the list of files to remove. if test -n "$pic_object" \