mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-17 15:10:02 +08:00
* demo/Makefile.am (objdir): there are no longer quotes around
objdir in the libtool script
This commit is contained in:
parent
d621c627d1
commit
a8dfb4cd83
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user