summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2002-06-27 04:38:14 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2002-06-27 04:38:14 (GMT)
commit8b25ac1c89176a7a7722299e7021a9554e3231f5 (patch)
tree353af112541dc845e65fbc64ac48a4e6c199723e
parent64fb81ec6e78ecc43ba6ceb86e757edef59a5a85 (diff)
downloadhdf5-8b25ac1c89176a7a7722299e7021a9554e3231f5.zip
hdf5-8b25ac1c89176a7a7722299e7021a9554e3231f5.tar.gz
hdf5-8b25ac1c89176a7a7722299e7021a9554e3231f5.tar.bz2
[svn-r5715] Description:
Fixed a typo in LT_LINK_EXE=... line. Platforms tested: Eirene (pp), arabica, modi4
-rw-r--r--config/commence.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/commence.in b/config/commence.in
index e9d75cc..a42a0be 100644
--- a/config/commence.in
+++ b/config/commence.in
@@ -48,7 +48,7 @@ DYNAMIC_DIRS=@DYNAMIC_DIRS@
LT=$(top_builddir)/libtool
LT_COMPILE=$(LT) --mode=compile $(CC)
LT_LINK_LIB=$(LT) --mode=link $(CC) -rpath $(libdir) $(DYNAMIC_DIRS)
-LT_LINK_EXE=$(LT) --mode=link $(CC) $(LT_STATIC_EXEC) -dlopen self -rpath $(bindir) $(DYNAMIC_DIRS)
+LT_LINK_EXE=$(LT) --mode=link $(CC) $(LT_STATIC_EXEC) -dlopen self -rpath $(libdir) $(DYNAMIC_DIRS)
LT_RUN=$(LT) --mode=execute
LT_INSTALL_PROG=$(LT) --mode=install $(INSTALL_PROGRAM)
LT_INSTALL_LIB=$(LT) --mode=install $(INSTALL_DATA)