]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (freebsd*, finish_cmds): expand objformat here
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Sat, 20 Feb 1999 18:47:11 +0000 (18:47 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sat, 20 Feb 1999 18:47:11 +0000 (18:47 +0000)
Reported by Vladimir Kushnir <kushn@mail.kar.net>

ChangeLog
ltconfig.in

index 5d9d97d60a7f59d6a90447bda14f20602b36b4bc..b264506198663a7b392e0d0f74242b104ed7c63f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-02-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * ltconfig.in (freebsd*, finish_cmds): expand objformat here
+       Reported by Vladimir Kushnir <kushn@mail.kar.net>
+
 1999-02-20  Vladimir Kushnir <kushn@mail.kar.net>
 
        * ltconfig.in (freebsd-elf*, need_version, need_lib_prefix): no
index 72839cc76fba3ea6bd5295c624d27a05ead56ca9..2cd2b114b2644d32580c3aa2ac29d21d73e4e7e2 100755 (executable)
@@ -1674,7 +1674,7 @@ freebsd*)
       need_version=yes
       ;;
   esac
-  finish_cmds='PATH="$PATH:/sbin" OBJFORMAT="$objformat" ldconfig -m $libdir'
+  finish_cmds='PATH="$PATH:/sbin" OBJFORMAT="'"$objformat"'" ldconfig -m $libdir'
   shlibpath_var=LD_LIBRARY_PATH
   ;;