Fossil SCM
two minor tipos
Commit
544c1635513674321844c98a297439fd0b455dfe
Parent
e766df0a69a3179…
2 files changed
+2
-2
+2
-2
+2
-2
| --- src/makemake.tcl | ||
| +++ src/makemake.tcl | ||
| @@ -454,16 +454,16 @@ | ||
| 454 | 454 | # chroot jail. |
| 455 | 455 | # |
| 456 | 456 | LIB = -static |
| 457 | 457 | LIB += -lmingwex -lz |
| 458 | 458 | |
| 459 | -# OpenSSL: Add the necessary libaries required, if enabled. | |
| 459 | +# OpenSSL: Add the necessary libraries required, if enabled. | |
| 460 | 460 | ifdef FOSSIL_ENABLE_SSL |
| 461 | 461 | LIB += -lssl -lcrypto -lgdi32 |
| 462 | 462 | endif |
| 463 | 463 | |
| 464 | -# Tcl: Add the necessary libaries required, if enabled. | |
| 464 | +# Tcl: Add the necessary libraries required, if enabled. | |
| 465 | 465 | ifdef FOSSIL_ENABLE_TCL |
| 466 | 466 | LIB += $(LIBTCL) |
| 467 | 467 | endif |
| 468 | 468 | |
| 469 | 469 | #### These libraries MUST appear in the same order as they do for Tcl |
| 470 | 470 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -454,16 +454,16 @@ | |
| 454 | # chroot jail. |
| 455 | # |
| 456 | LIB = -static |
| 457 | LIB += -lmingwex -lz |
| 458 | |
| 459 | # OpenSSL: Add the necessary libaries required, if enabled. |
| 460 | ifdef FOSSIL_ENABLE_SSL |
| 461 | LIB += -lssl -lcrypto -lgdi32 |
| 462 | endif |
| 463 | |
| 464 | # Tcl: Add the necessary libaries required, if enabled. |
| 465 | ifdef FOSSIL_ENABLE_TCL |
| 466 | LIB += $(LIBTCL) |
| 467 | endif |
| 468 | |
| 469 | #### These libraries MUST appear in the same order as they do for Tcl |
| 470 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -454,16 +454,16 @@ | |
| 454 | # chroot jail. |
| 455 | # |
| 456 | LIB = -static |
| 457 | LIB += -lmingwex -lz |
| 458 | |
| 459 | # OpenSSL: Add the necessary libraries required, if enabled. |
| 460 | ifdef FOSSIL_ENABLE_SSL |
| 461 | LIB += -lssl -lcrypto -lgdi32 |
| 462 | endif |
| 463 | |
| 464 | # Tcl: Add the necessary libraries required, if enabled. |
| 465 | ifdef FOSSIL_ENABLE_TCL |
| 466 | LIB += $(LIBTCL) |
| 467 | endif |
| 468 | |
| 469 | #### These libraries MUST appear in the same order as they do for Tcl |
| 470 |
+2
-2
| --- win/Makefile.mingw | ||
| +++ win/Makefile.mingw | ||
| @@ -133,16 +133,16 @@ | ||
| 133 | 133 | # chroot jail. |
| 134 | 134 | # |
| 135 | 135 | LIB = -static |
| 136 | 136 | LIB += -lmingwex -lz |
| 137 | 137 | |
| 138 | -# OpenSSL: Add the necessary libaries required, if enabled. | |
| 138 | +# OpenSSL: Add the necessary libraries required, if enabled. | |
| 139 | 139 | ifdef FOSSIL_ENABLE_SSL |
| 140 | 140 | LIB += -lssl -lcrypto -lgdi32 |
| 141 | 141 | endif |
| 142 | 142 | |
| 143 | -# Tcl: Add the necessary libaries required, if enabled. | |
| 143 | +# Tcl: Add the necessary libraries required, if enabled. | |
| 144 | 144 | ifdef FOSSIL_ENABLE_TCL |
| 145 | 145 | LIB += $(LIBTCL) |
| 146 | 146 | endif |
| 147 | 147 | |
| 148 | 148 | #### These libraries MUST appear in the same order as they do for Tcl |
| 149 | 149 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -133,16 +133,16 @@ | |
| 133 | # chroot jail. |
| 134 | # |
| 135 | LIB = -static |
| 136 | LIB += -lmingwex -lz |
| 137 | |
| 138 | # OpenSSL: Add the necessary libaries required, if enabled. |
| 139 | ifdef FOSSIL_ENABLE_SSL |
| 140 | LIB += -lssl -lcrypto -lgdi32 |
| 141 | endif |
| 142 | |
| 143 | # Tcl: Add the necessary libaries required, if enabled. |
| 144 | ifdef FOSSIL_ENABLE_TCL |
| 145 | LIB += $(LIBTCL) |
| 146 | endif |
| 147 | |
| 148 | #### These libraries MUST appear in the same order as they do for Tcl |
| 149 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -133,16 +133,16 @@ | |
| 133 | # chroot jail. |
| 134 | # |
| 135 | LIB = -static |
| 136 | LIB += -lmingwex -lz |
| 137 | |
| 138 | # OpenSSL: Add the necessary libraries required, if enabled. |
| 139 | ifdef FOSSIL_ENABLE_SSL |
| 140 | LIB += -lssl -lcrypto -lgdi32 |
| 141 | endif |
| 142 | |
| 143 | # Tcl: Add the necessary libraries required, if enabled. |
| 144 | ifdef FOSSIL_ENABLE_TCL |
| 145 | LIB += $(LIBTCL) |
| 146 | endif |
| 147 | |
| 148 | #### These libraries MUST appear in the same order as they do for Tcl |
| 149 |