Ticket #29 (closed defect: fixed)
Build dependencies broken for .hae -> .h
Reported by: | dkimpe | Owned by: | carns |
---|---|---|---|
Priority: | major | Component: | build system |
Version: | git repository | Keywords: | |
Cc: |
Description
In 81c56af54c10f4d600d5e05b63fb603b0e053159,
after a make clean, the build fails with missing timer.h, resourcebuilder.h, aesocket.h (and btest.h for the tests).
All these are generated from the corresponding .hae file.
Make seems to be missing this dependency, and tries to build the .o without first building the .h for those headers.
Change History
Note: See
TracTickets for help on using
tickets.
Workaround for this problem is in git now. There was a "phony" target in the dependency lists for the .d files that was causing problems.