Differences From Artifact [e6ff839ebe]:
- Executable file Makefile.classic — part of check-in [729360ecc6] at 2018-10-04 06:20:39 on branch trunk — Commented out the -lm option added to Makefile.classic recently: libm doesn't exist on all platforms. (user: wyoung size: 3345) [more...]
To Artifact [42738dd354]:
- File Makefile.classic — part of check-in [a6ee6add63] at 2020-01-22 00:44:35 on branch trunk — Added missing APPNAME to Makefile.classic, as [https://fossil-scm.org/forum/forumpost/e51cc756b0|reported in the forum]. (user: stephan size: 3367) [more...]
| ︙ | |||
97 98 99 100 101 102 103 104 105 | 97 98 99 100 101 102 103 104 105 106 107 | + + | LIB += $(LIB.$(HOST_OS)) TCC.DragonFly += -DUSE_PREAD TCC.FreeBSD += -DUSE_PREAD TCC.NetBSD += -DUSE_PREAD TCC.OpenBSD += -DUSE_PREAD TCC += $(TCC.$(HOST_OS)) APPNAME = fossil$(E) include $(SRCDIR)/main.mk |