Fossil SCM
Minor makefile consistency fix.
Commit
6c4a0a0ae51c14419e035341faff9a495a92744c
Parent
9129f6f6225a91a…
1 file changed
+3
-3
+3
-3
| --- src/main.mk | ||
| +++ src/main.mk | ||
| @@ -508,12 +508,12 @@ | ||
| 508 | 508 | |
| 509 | 509 | # The USE_SYSTEM_SQLITE variable may be undefined, set to 0, or set |
| 510 | 510 | # to 1. If it is set to 1, then there is no need to build or link |
| 511 | 511 | # the sqlite3.o object. Instead, the system SQLite will be linked |
| 512 | 512 | # using -lsqlite3. |
| 513 | -SQLITE3_OBJ.1 = | |
| 514 | 513 | SQLITE3_OBJ.0 = $(OBJDIR)/sqlite3.o |
| 514 | +SQLITE3_OBJ.1 = | |
| 515 | 515 | SQLITE3_OBJ. = $(SQLITE3_OBJ.0) |
| 516 | 516 | |
| 517 | 517 | # The FOSSIL_ENABLE_MINIZ variable may be undefined, set to 0, or |
| 518 | 518 | # set to 1. If it is set to 1, the miniz library included in the |
| 519 | 519 | # source tree should be used; otherwise, it should not. |
| @@ -533,16 +533,16 @@ | ||
| 533 | 533 | |
| 534 | 534 | # The USE_SEE variable may be undefined, 0 or 1. If undefined or |
| 535 | 535 | # 0, ordinary SQLite is used. If 1, then sqlite3-see.c (not part of |
| 536 | 536 | # the source tree) is used and extra flags are provided to enable |
| 537 | 537 | # the SQLite Encryption Extension. |
| 538 | -SQLITE3_SRC.1 = sqlite3-see.c | |
| 539 | 538 | SQLITE3_SRC.0 = sqlite3.c |
| 539 | +SQLITE3_SRC.1 = sqlite3-see.c | |
| 540 | 540 | SQLITE3_SRC. = sqlite3.c |
| 541 | 541 | SQLITE3_SRC = $(SRCDIR)/$(SQLITE3_SRC.$(USE_SEE)) |
| 542 | -SEE_FLAGS.1 = -DSQLITE_HAS_CODEC | |
| 543 | 542 | SEE_FLAGS.0 = |
| 543 | +SEE_FLAGS.1 = -DSQLITE_HAS_CODEC | |
| 544 | 544 | SEE_FLAGS. = |
| 545 | 545 | SEE_FLAGS = $(SEE_FLAGS.$(USE_SEE)) |
| 546 | 546 | |
| 547 | 547 | |
| 548 | 548 | EXTRAOBJ = \ |
| 549 | 549 |
| --- src/main.mk | |
| +++ src/main.mk | |
| @@ -508,12 +508,12 @@ | |
| 508 | |
| 509 | # The USE_SYSTEM_SQLITE variable may be undefined, set to 0, or set |
| 510 | # to 1. If it is set to 1, then there is no need to build or link |
| 511 | # the sqlite3.o object. Instead, the system SQLite will be linked |
| 512 | # using -lsqlite3. |
| 513 | SQLITE3_OBJ.1 = |
| 514 | SQLITE3_OBJ.0 = $(OBJDIR)/sqlite3.o |
| 515 | SQLITE3_OBJ. = $(SQLITE3_OBJ.0) |
| 516 | |
| 517 | # The FOSSIL_ENABLE_MINIZ variable may be undefined, set to 0, or |
| 518 | # set to 1. If it is set to 1, the miniz library included in the |
| 519 | # source tree should be used; otherwise, it should not. |
| @@ -533,16 +533,16 @@ | |
| 533 | |
| 534 | # The USE_SEE variable may be undefined, 0 or 1. If undefined or |
| 535 | # 0, ordinary SQLite is used. If 1, then sqlite3-see.c (not part of |
| 536 | # the source tree) is used and extra flags are provided to enable |
| 537 | # the SQLite Encryption Extension. |
| 538 | SQLITE3_SRC.1 = sqlite3-see.c |
| 539 | SQLITE3_SRC.0 = sqlite3.c |
| 540 | SQLITE3_SRC. = sqlite3.c |
| 541 | SQLITE3_SRC = $(SRCDIR)/$(SQLITE3_SRC.$(USE_SEE)) |
| 542 | SEE_FLAGS.1 = -DSQLITE_HAS_CODEC |
| 543 | SEE_FLAGS.0 = |
| 544 | SEE_FLAGS. = |
| 545 | SEE_FLAGS = $(SEE_FLAGS.$(USE_SEE)) |
| 546 | |
| 547 | |
| 548 | EXTRAOBJ = \ |
| 549 |
| --- src/main.mk | |
| +++ src/main.mk | |
| @@ -508,12 +508,12 @@ | |
| 508 | |
| 509 | # The USE_SYSTEM_SQLITE variable may be undefined, set to 0, or set |
| 510 | # to 1. If it is set to 1, then there is no need to build or link |
| 511 | # the sqlite3.o object. Instead, the system SQLite will be linked |
| 512 | # using -lsqlite3. |
| 513 | SQLITE3_OBJ.0 = $(OBJDIR)/sqlite3.o |
| 514 | SQLITE3_OBJ.1 = |
| 515 | SQLITE3_OBJ. = $(SQLITE3_OBJ.0) |
| 516 | |
| 517 | # The FOSSIL_ENABLE_MINIZ variable may be undefined, set to 0, or |
| 518 | # set to 1. If it is set to 1, the miniz library included in the |
| 519 | # source tree should be used; otherwise, it should not. |
| @@ -533,16 +533,16 @@ | |
| 533 | |
| 534 | # The USE_SEE variable may be undefined, 0 or 1. If undefined or |
| 535 | # 0, ordinary SQLite is used. If 1, then sqlite3-see.c (not part of |
| 536 | # the source tree) is used and extra flags are provided to enable |
| 537 | # the SQLite Encryption Extension. |
| 538 | SQLITE3_SRC.0 = sqlite3.c |
| 539 | SQLITE3_SRC.1 = sqlite3-see.c |
| 540 | SQLITE3_SRC. = sqlite3.c |
| 541 | SQLITE3_SRC = $(SRCDIR)/$(SQLITE3_SRC.$(USE_SEE)) |
| 542 | SEE_FLAGS.0 = |
| 543 | SEE_FLAGS.1 = -DSQLITE_HAS_CODEC |
| 544 | SEE_FLAGS. = |
| 545 | SEE_FLAGS = $(SEE_FLAGS.$(USE_SEE)) |
| 546 | |
| 547 | |
| 548 | EXTRAOBJ = \ |
| 549 |