From a8dfb4cd83cfbc870c914477e913f802e8f22dac Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Wed, 28 Oct 1998 01:09:15 +0000 Subject: [PATCH] * demo/Makefile.am (objdir): there are no longer quotes around objdir in the libtool script --- ChangeLog | 5 +++++ demo/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.47.2