|
Lines 1-5
Link Here
|
| 1 |
--- unix/Makefile.in.orig 2022-10-28 18:34:26 UTC |
1 |
--- unix/Makefile.in.orig 2022-10-28 11:19:48.000000000 -0400 |
| 2 |
+++ unix/Makefile.in |
2 |
+++ unix/Makefile.in 2023-04-15 19:15:29.914670000 -0400 |
| 3 |
@@ -58,6 +58,8 @@ MODULE_INSTALL_DIR = $(SCRIPT_INSTALL_DIR)/../tcl8 |
3 |
@@ -58,6 +58,8 @@ MODULE_INSTALL_DIR = $(SCRIPT_INSTALL_DIR)/../tcl8 |
| 4 |
|
4 |
|
| 5 |
# Directory in which to install the include file tcl.h: |
5 |
# Directory in which to install the include file tcl.h: |
|
Lines 22-27
Link Here
|
| 22 |
|
22 |
|
| 23 |
# Package search path. |
23 |
# Package search path. |
| 24 |
TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@ |
24 |
TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@ |
|
|
25 |
@@ -151,7 +153,7 @@ |
| 26 |
# distribution, which is slower but guaranteed to work. |
| 27 |
|
| 28 |
INSTALL_STRIP_PROGRAM = -s |
| 29 |
-INSTALL_STRIP_LIBRARY = -S -x |
| 30 |
+INSTALL_STRIP_LIBRARY = -S --strip-unneeded |
| 31 |
|
| 32 |
INSTALL = $(SHELL) $(UNIX_DIR)/install-sh -c |
| 33 |
INSTALL_PROGRAM = ${INSTALL} |
| 25 |
@@ -713,9 +715,9 @@ SRCS = $(GENERIC_SRCS) $(UNIX_SRCS) $(NOTIFY_SRCS) \ |
34 |
@@ -713,9 +715,9 @@ SRCS = $(GENERIC_SRCS) $(UNIX_SRCS) $(NOTIFY_SRCS) \ |
| 26 |
# Start of rules |
35 |
# Start of rules |
| 27 |
#-------------------------------------------------------------------------- |
36 |
#-------------------------------------------------------------------------- |