]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* demo/Makefile.am (objdir): there are no longer quotes around
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Wed, 28 Oct 1998 01:09:15 +0000 (01:09 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 28 Oct 1998 01:09:15 +0000 (01:09 +0000)
objdir in the libtool script

ChangeLog
demo/Makefile.am

index 5aa388e5396ce091eb148712e3595d3e65d9f55b..d99bb19af1636b6c16c1fa4ef62b38e1e60d9392 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * demo/Makefile.am (objdir): there are no longer quotes around
+       objdir in the libtool script
+
 1998-10-27  Gordon Matzigkeit  <gord@trick.fig.org>
 
        * ltconfig.in (dynamic_linker): Echo the result to fd 6, so that
index 4f9f571ab58f653968c0e6eee63808fafda2a85d..e67faff4ab696af89116ea9e061e2e887a2b31c6 100644 (file)
@@ -35,7 +35,7 @@ helldl: libhello.la
 
 # Unfortunately, in order to test libtool thoroughly, we need access
 # to its private directory.
-objdir = `sed -n -e 's/^objdir=\"\(.*\)\"$$/\1/p' ./libtool`
+objdir = `sed -n -e 's/^objdir=\(.*\)$$/\1/p' ./libtool`
 
 TESTS = run.test