Fossil SCM
Correct SRCDIR in Makefile.w32 for successful build
Commit
a0247159ea74c0fb24a06d3ce767b39468042baa
Parent
df97fae2bd9f248…
1 file changed
+1
-1
+1
-1
| --- Makefile.w32 | ||
| +++ Makefile.w32 | ||
| @@ -2,11 +2,11 @@ | ||
| 2 | 2 | # |
| 3 | 3 | #### The toplevel directory of the source tree. Fossil can be built |
| 4 | 4 | # in a directory that is separate from the source tree. Just change |
| 5 | 5 | # the following to point from the build directory to the src/ folder. |
| 6 | 6 | # |
| 7 | -SRCDIR = ../src | |
| 7 | +SRCDIR = ./src | |
| 8 | 8 | |
| 9 | 9 | #### C Compiler and options for use in building executables that |
| 10 | 10 | # will run on the platform that is doing the build. This is used |
| 11 | 11 | # to compile code-generator programs as part of the build process. |
| 12 | 12 | # See TCC below for the C compiler for building the finished binary. |
| 13 | 13 |
| --- Makefile.w32 | |
| +++ Makefile.w32 | |
| @@ -2,11 +2,11 @@ | |
| 2 | # |
| 3 | #### The toplevel directory of the source tree. Fossil can be built |
| 4 | # in a directory that is separate from the source tree. Just change |
| 5 | # the following to point from the build directory to the src/ folder. |
| 6 | # |
| 7 | SRCDIR = ../src |
| 8 | |
| 9 | #### C Compiler and options for use in building executables that |
| 10 | # will run on the platform that is doing the build. This is used |
| 11 | # to compile code-generator programs as part of the build process. |
| 12 | # See TCC below for the C compiler for building the finished binary. |
| 13 |
| --- Makefile.w32 | |
| +++ Makefile.w32 | |
| @@ -2,11 +2,11 @@ | |
| 2 | # |
| 3 | #### The toplevel directory of the source tree. Fossil can be built |
| 4 | # in a directory that is separate from the source tree. Just change |
| 5 | # the following to point from the build directory to the src/ folder. |
| 6 | # |
| 7 | SRCDIR = ./src |
| 8 | |
| 9 | #### C Compiler and options for use in building executables that |
| 10 | # will run on the platform that is doing the build. This is used |
| 11 | # to compile code-generator programs as part of the build process. |
| 12 | # See TCC below for the C compiler for building the finished binary. |
| 13 |