aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorKeith Seitz <keiths@cygnus>1998-01-15 01:17:14 +0000
committerKeith Seitz <keiths@cygnus>1998-01-15 01:17:14 +0000
commit2ac94d5149f8e348601cd93cfaf88f49ecf6695e (patch)
treeb5396a8b720a466a689eee3013cc9566c60dbb1e /configure.in
parent16b7d65d5ad80a5861d9c3a8b46984cbd9cb5996 (diff)
downloadgdb-2ac94d5149f8e348601cd93cfaf88f49ecf6695e.zip
gdb-2ac94d5149f8e348601cd93cfaf88f49ecf6695e.tar.gz
gdb-2ac94d5149f8e348601cd93cfaf88f49ecf6695e.tar.bz2
* configure.in: Make sure we only replace RPATH_ENVVAR on
lines which begin with RPATH_ENVVAR, i.e. add "^" to the regexp to sed. * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down to sub-makes.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d7e894b..db2b604 100644
--- a/configure.in
+++ b/configure.in
@@ -1021,7 +1021,7 @@ if [ "${shared}" = "yes" ]; then
case "${host}" in
*-*-hpux*)
- sed -e 's/RPATH_ENVVAR[ ]*=.*$/RPATH_ENVVAR = SHLIB_PATH/' \
+ sed -e 's/^RPATH_ENVVAR[ ]*=.*$/RPATH_ENVVAR = SHLIB_PATH/' \
Makefile > Makefile.tem
rm -f Makefile
mv -f Makefile.tem Makefile