Commit Graph

2 Commits

Author SHA1 Message Date
Moritz Bunkus
dbc1c5aabe Don't fail if "mkdir .deps" fails.
Reason: during parallel makes there is a small window in which "mkdir
.deps" may be executed more than once, and one of them fails bringing
the whole build process down.
2009-12-05 19:05:52 +01:00
Moritz Bunkus
ac78607538 Calculate dependencies during compilation
Do not require a separate "make depend" step. Especially as
new dependencies are not picked up until the next "make depend".
Use gcc's capability to calculate dependencies during
compilation.
2009-02-26 22:01:04 +01:00