* demo/Makefile.am (objdir): there are no longer quotes around

objdir in the libtool script
This commit is contained in:
Alexandre Oliva 1998-10-28 01:09:15 +00:00 committed by Alexandre Oliva
parent d621c627d1
commit a8dfb4cd83
2 changed files with 6 additions and 1 deletions

View File

@ -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

View 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