]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in: fix typos in my last change (s/ocmpile/compile/)
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Mon, 22 Feb 1999 14:31:53 +0000 (14:31 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 22 Feb 1999 14:31:53 +0000 (14:31 +0000)
ChangeLog
ltmain.in

index d5453015fd38a1925f33d8c0dafc060fac33e11e..5b2a3f919e353a738daa4e2263f8c36165ed22c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-02-22  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * ltmain.in: fix typos in my last change (s/ocmpile/compile/)
+
 1999-02-21  Thomas Tanner  <tanner@gmx.de>
 
        * libltdl/ltdl.c (lt_dlopen): use newhandle instead of handle
index 428e4b77009ccb64de42047bdbaf5fd97fe43791..a0016af7ada0033ce9fe09e543a7c42db8dadb15 100644 (file)
--- 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";;