diff options
Diffstat (limited to 'x11-toolkits/tix/files/patch-ab')
-rw-r--r-- | x11-toolkits/tix/files/patch-ab | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-toolkits/tix/files/patch-ab b/x11-toolkits/tix/files/patch-ab index 741001bf6d72..549d5aa976ab 100644 --- a/x11-toolkits/tix/files/patch-ab +++ b/x11-toolkits/tix/files/patch-ab @@ -1,6 +1,6 @@ ---- Makefile.in.orig Sat Dec 28 05:09:39 1996 -+++ Makefile.in Mon Dec 30 19:22:52 1996 -@@ -29,7 +29,7 @@ +--- ../Makefile.in.orig Sat Feb 15 08:35:34 1997 ++++ ../Makefile.in Fri Feb 21 09:16:34 1997 +@@ -28,7 +28,7 @@ # Directory in which to install the library of Tix scripts and demos # (note: you can set the TIX_LIBRARY environment variable at run-time to # override the compiled-in location): @@ -9,12 +9,12 @@ # Directory in which to install the archive libtix.a: LIB_DIR = $(exec_prefix)/lib -@@ -201,7 +201,7 @@ +@@ -115,7 +115,7 @@ fi; \ done; @echo "installing the tixindex program for builing tclIndex for Tix scripts" -- @cd tools; $(INSTALL_PROGRAM) tixindex $(BIN_DIR)/tixindex -+ -@cd tools; $(INSTALL_PROGRAM) tixindex $(BIN_DIR)/tixindex +- @cd $(TOOLS_DIR); $(INSTALL_PROGRAM) tixindex $(BIN_DIR)/tixindex ++ -@cd $(TOOLS_DIR); $(INSTALL_PROGRAM) tixindex $(BIN_DIR)/tixindex install-headers: @for i in $(INCLUDE_DIR); \ |