Fossil SCM
Do not use a subdirectory named "obj" for building. Ticket [6e51013097c17ead].
Commit
e663bac6f77e41b66902631ab1135dde344d8c74
Parent
134f5b374efa20b…
1 file changed
+1
-1
M
Makefile
+1
-1
| --- Makefile | ||
| +++ Makefile | ||
| @@ -7,11 +7,11 @@ | ||
| 7 | 7 | SRCDIR = ./src |
| 8 | 8 | |
| 9 | 9 | #### The directory into which object code files should be written. |
| 10 | 10 | # |
| 11 | 11 | # |
| 12 | -OBJDIR = ./obj | |
| 12 | +OBJDIR = ./bld | |
| 13 | 13 | |
| 14 | 14 | #### C Compiler and options for use in building executables that |
| 15 | 15 | # will run on the platform that is doing the build. This is used |
| 16 | 16 | # to compile code-generator programs as part of the build process. |
| 17 | 17 | # See TCC below for the C compiler for building the finished binary. |
| 18 | 18 |
| --- Makefile | |
| +++ Makefile | |
| @@ -7,11 +7,11 @@ | |
| 7 | SRCDIR = ./src |
| 8 | |
| 9 | #### The directory into which object code files should be written. |
| 10 | # |
| 11 | # |
| 12 | OBJDIR = ./obj |
| 13 | |
| 14 | #### C Compiler and options for use in building executables that |
| 15 | # will run on the platform that is doing the build. This is used |
| 16 | # to compile code-generator programs as part of the build process. |
| 17 | # See TCC below for the C compiler for building the finished binary. |
| 18 |
| --- Makefile | |
| +++ Makefile | |
| @@ -7,11 +7,11 @@ | |
| 7 | SRCDIR = ./src |
| 8 | |
| 9 | #### The directory into which object code files should be written. |
| 10 | # |
| 11 | # |
| 12 | OBJDIR = ./bld |
| 13 | |
| 14 | #### C Compiler and options for use in building executables that |
| 15 | # will run on the platform that is doing the build. This is used |
| 16 | # to compile code-generator programs as part of the build process. |
| 17 | # See TCC below for the C compiler for building the finished binary. |
| 18 |