Fossil SCM
Fix typo in makemake.tcl.
Commit
e817f1b08d660244bff357d7b3b34cd7bfb11375bc7c2b6cb5dfdbf693371cc1
Parent
9c38803597cb5ac…
1 file changed
+1
-1
+1
-1
| --- src/makemake.tcl | ||
| +++ src/makemake.tcl | ||
| @@ -942,11 +942,11 @@ | ||
| 942 | 942 | LIB += -lkernel32 -lws2_32 |
| 943 | 943 | endif |
| 944 | 944 | |
| 945 | 945 | #### Library required for DNS lookups. |
| 946 | 946 | # |
| 947 | -LIB += ldnsapi | |
| 947 | +LIB += -ldnsapi | |
| 948 | 948 | |
| 949 | 949 | #### Tcl shell for use in running the fossil test suite. This is only |
| 950 | 950 | # used for testing. |
| 951 | 951 | # |
| 952 | 952 | TCLSH = tclsh |
| 953 | 953 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -942,11 +942,11 @@ | |
| 942 | LIB += -lkernel32 -lws2_32 |
| 943 | endif |
| 944 | |
| 945 | #### Library required for DNS lookups. |
| 946 | # |
| 947 | LIB += ldnsapi |
| 948 | |
| 949 | #### Tcl shell for use in running the fossil test suite. This is only |
| 950 | # used for testing. |
| 951 | # |
| 952 | TCLSH = tclsh |
| 953 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -942,11 +942,11 @@ | |
| 942 | LIB += -lkernel32 -lws2_32 |
| 943 | endif |
| 944 | |
| 945 | #### Library required for DNS lookups. |
| 946 | # |
| 947 | LIB += -ldnsapi |
| 948 | |
| 949 | #### Tcl shell for use in running the fossil test suite. This is only |
| 950 | # used for testing. |
| 951 | # |
| 952 | TCLSH = tclsh |
| 953 |