From: Alexandre Oliva Date: Wed, 28 Oct 1998 01:09:15 +0000 (+0000) Subject: * demo/Makefile.am (objdir): there are no longer quotes around X-Git-Tag: start~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8dfb4cd83cfbc870c914477e913f802e8f22dac;p=thirdparty%2Flibtool.git * demo/Makefile.am (objdir): there are no longer quotes around objdir in the libtool script --- diff --git a/ChangeLog b/ChangeLog index 5aa388e53..d99bb19af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1998-10-27 Alexandre Oliva + + * demo/Makefile.am (objdir): there are no longer quotes around + objdir in the libtool script + 1998-10-27 Gordon Matzigkeit * ltconfig.in (dynamic_linker): Echo the result to fd 6, so that diff --git a/demo/Makefile.am b/demo/Makefile.am index 4f9f571ab..e67faff4a 100644 --- a/demo/Makefile.am +++ b/demo/Makefile.am @@ -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