diff options
Diffstat (limited to 'lang/tcl81-thread/files/patch-aa')
-rw-r--r-- | lang/tcl81-thread/files/patch-aa | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/lang/tcl81-thread/files/patch-aa b/lang/tcl81-thread/files/patch-aa index d766fa1d1d83..79394452bc3d 100644 --- a/lang/tcl81-thread/files/patch-aa +++ b/lang/tcl81-thread/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.in.orig Fri Dec 11 18:36:13 1998 -+++ Makefile.in Thu Jan 21 11:09:47 1999 +--- Makefile.in.orig Sat Dec 12 00:36:13 1998 ++++ Makefile.in Mon Mar 12 16:48:00 2007 @@ -55,7 +55,9 @@ BIN_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/bin @@ -70,7 +70,14 @@ @TCL_LD_SEARCH_FLAGS@ -o tclsh tcltest: ${TCLTEST_OBJS} ${TCL_LIB_FILE} ${BUILD_DLTEST} -@@ -459,7 +467,7 @@ +@@ -453,13 +461,13 @@ + cd dltest; if test -f configure; then ./configure; else \ + $(DLTEST_DIR)/configure; fi + +-install: install-binaries install-libraries install-man ++install: install-binaries install-libraries + + # Note: before running ranlib below, must cd to target directory because # some ranlibs write to current directory, and this might not always be # possible (e.g. if installing as root). |