From 6f4f1a373418cf4a3f07d649e615c8104cfd666f Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Mon, 22 Feb 1999 14:31:53 +0000 Subject: [PATCH] * ltmain.in: fix typos in my last change (s/ocmpile/compile/) --- ChangeLog | 4 ++++ ltmain.in | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) 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";; -- 2.47.3