summaryrefslogtreecommitdiff
path: root/mkdep
Commit message (Collapse)AuthorAgeFilesLines
* Fix "make depend" for out-of-tree builds.Guy Harris2020-03-021-2/+25
| | | | | | Have mkdep take a -s argument, giving the source directory, and have it prepend that directory to all source files before running them through the compiler's make-dependencies operation.
* mkdep: It uses now the build environment PATHFrancois-Xavier Le Bail2015-01-181-3/+0
|
* Support dependency generation with some non-GCC compilers.Guy Harris2013-05-081-2/+8
| | | | | Also, if we don't support it with a given compiler, have "make depend" not run mkdep, as it won't do anything useful.
* Initial revisionmcr1999-10-071-0/+109