diff options
-rw-r--r-- | fortran/config/commence.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fortran/config/commence.in b/fortran/config/commence.in index fb05860..ae4cdff 100644 --- a/fortran/config/commence.in +++ b/fortran/config/commence.in @@ -45,11 +45,11 @@ docdir=@exec_prefix@/doc PUB_LIB=$(LIB) ## Shared libraries -LT_STATIC_LIB=@LT_STATIC_LIB@ +LT_STATIC_EXEC=@LT_STATIC_EXEC@ DYNAMIC_DIRS=@DYNAMIC_DIRS@ LT=$(top_builddir)/libtool LT_CCOMPILE=$(LT) --mode=compile $(CC) -LT_LINK_CLIB=$(LT) --mode=link $(CC) $(LT_STATIC_LIB) -rpath $(libdir) +LT_LINK_CLIB=$(LT) --mode=link $(CC) $(LT_STATIC_EXEC) -rpath $(libdir) LT_LINK_CEXE=$(LT) --mode=link $(CC) $(DYNAMIC_DIRS) -rpath $(bindir) LT_RUN=$(LT) --mode=execute LT_INSTALL_PROG=$(LT) --mode=install $(INSTALL_PROGRAM) @@ -59,7 +59,7 @@ LT_UNINSTALL=$(LT) --mode=uninstall $(RM) # Fortran compilation/linking stuff LT_FCOMPILE=$(LT) --mode=compile $(F9X) LT_LINK_FLIB=$(LT) --mode=link $(F9X) -static $(DYNAMIC_DIRS) -LT_LINK_FEXE=$(LT) --mode=link $(F9X) $(LT_STATIC_LIB) $(DYNAMIC_DIRS) +LT_LINK_FEXE=$(LT) --mode=link $(F9X) $(LT_STATIC_EXEC) $(DYNAMIC_DIRS) ## Optional variables. We must declare them here because Irix pmake ## complains if it sees a reference to a variable which has never been |