From: Alexandre Oliva Date: Mon, 22 Feb 1999 14:31:53 +0000 (+0000) Subject: * ltmain.in: fix typos in my last change (s/ocmpile/compile/) X-Git-Tag: release-1-2f~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f4f1a373418cf4a3f07d649e615c8104cfd666f;p=thirdparty%2Flibtool.git * ltmain.in: fix typos in my last change (s/ocmpile/compile/) --- diff --git a/ChangeLog b/ChangeLog index d5453015f..5b2a3f919 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-02-22 Alexandre Oliva + + * ltmain.in: fix typos in my last change (s/ocmpile/compile/) + 1999-02-21 Thomas Tanner * libltdl/ltdl.c (lt_dlopen): use newhandle instead of handle diff --git a/ltmain.in b/ltmain.in index 428e4b770..a0016af7a 100644 --- a/ltmain.in +++ b/ltmain.in @@ -1282,7 +1282,7 @@ compiler." *" -L$dir "*) ;; *) compile_command="$compile_command -L$dir";; esac - compile_command="$ocmpile_command -l$name" + compile_command="$compile_command -l$name" deplibs="$deplibs -L$dir -l$name" elif test "$hardcode_shlibpath_var" = no; then case ":$compile_shlibpath:" in @@ -1318,7 +1318,7 @@ compiler." *" -L$dir "*) ;; *) compile_command="$compile_command -L$dir";; esac - compile_command="$ocmpile_command -l$name" + compile_command="$compile_command -l$name" deplibs="$deplibs -L$dir -l$name" elif test "$hardcode_shlibpath_var" = yes; then case ":$compile_shlibpath:" in @@ -1384,7 +1384,7 @@ compiler." *" -L$dir "*) ;; *) compile_command="$compile_command -L$dir";; esac - compile_command="$ocmpile_command -l$name" + compile_command="$compile_command -l$name" case "$finalize_command " in *" -L$dir "*) ;; *) finalize_command="$finalize_command -L$dir";;