diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2002-06-27 05:20:46 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2002-06-27 05:20:46 (GMT) |
commit | 218c0a70e75e102170fbc202a45f79b91d76d7da (patch) | |
tree | d91738e4158cce3d1193ea71d2d97e4baa0aa3fd /config/commence.in | |
parent | 80b47a7f585457720150be5dc817645d6bde662a (diff) | |
download | hdf5-218c0a70e75e102170fbc202a45f79b91d76d7da.zip hdf5-218c0a70e75e102170fbc202a45f79b91d76d7da.tar.gz hdf5-218c0a70e75e102170fbc202a45f79b91d76d7da.tar.bz2 |
[svn-r5716] Description:
Fixed a typo in LT_LINK_EXE=... line.
Platforms tested:
modi4 (pp)
Diffstat (limited to 'config/commence.in')
-rw-r--r-- | config/commence.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/commence.in b/config/commence.in index 878bd89..f6a27d0 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) |