Fossil SCM
missing dependency when generating version: manifest... under windows/dmc
Closed
5e9f1b1cd84a985…
· opened 15 years, 7 months ago
- Type
- Build_Problem
- Priority
- —
- Severity
- Minor
- Resolution
- Fixed
- Subsystem
- —
- Created
- Sept. 12, 2010 9:43 a.m.
When using the win-dmc-build, updates/commits in the local checkout don't generate a new version in the compiled fossil.exe.
Only after a "make clean", the version is displayed correctly on web-pages and "fossil version"
renez added on 2010-09-12 14:59:12:
Your right the dependeny is
file.obj: file_.c
instead of
file.obj: file_.c file.h
I make an update
wolfgang added on 2010-09-12 15:38:17:
Works fine, i merged your changes into my branch and make detects the required recompiles and the version number is correctly put into the generated fossil.exe
Thanks :-)