diff options
| author | dgp@users.sourceforge.net <dgp> | 2015-05-20 15:15:46 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2015-05-20 15:15:46 (GMT) |
| commit | 6f95f46b764dabe891977f4c7018dc258b0051d2 (patch) | |
| tree | 412aca9b9acb8994217e7d42161c96ea6c53c4ee /unix/tcl.m4 | |
| parent | 5b7db58ab6a602bfbca2310d81d3a8a934987fec (diff) | |
| download | tcl-6f95f46b764dabe891977f4c7018dc258b0051d2.zip tcl-6f95f46b764dabe891977f4c7018dc258b0051d2.tar.gz tcl-6f95f46b764dabe891977f4c7018dc258b0051d2.tar.bz2 | |
Missed a bit
Diffstat (limited to 'unix/tcl.m4')
| -rw-r--r-- | unix/tcl.m4 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index a6f4241..67c442c 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -2069,11 +2069,10 @@ dnl # preprocessing tests use only CPPFLAGS. # Stub lib does not depend on shared/static configuration AS_IF([test "$RANLIB" = ""], [ MAKE_STUB_LIB='${STLIB_LD} [$]@ ${STUB_LIB_OBJS}' - INSTALL_STUB_LIB='$(INSTALL_LIBRARY) $(STUB_LIB_FILE) "$(LIB_INSTALL_DIR)/$(STUB_LIB_FILE)"' ], [ MAKE_STUB_LIB='${STLIB_LD} [$]@ ${STUB_LIB_OBJS} ; ${RANLIB} [$]@' - INSTALL_STUB_LIB='$(INSTALL_LIBRARY) $(STUB_LIB_FILE) "$(LIB_INSTALL_DIR)/$(STUB_LIB_FILE)" ; (cd "$(LIB_INSTALL_DIR)" ; $(RANLIB) $(STUB_LIB_FILE))' ]) + INSTALL_STUB_LIB='$(INSTALL_LIBRARY) $(STUB_LIB_FILE) "$(LIB_INSTALL_DIR)/$(STUB_LIB_FILE)"' # Define TCL_LIBS now that we know what DL_LIBS is. # The trick here is that we don't want to change the value of TCL_LIBS if |
