summaryrefslogtreecommitdiffstats
path: root/util/clean-depend.pl
AgeCommit message (Collapse)Author
2001-10-10It seems like gcc does canonicalisation of file names. MoreRichard Levitte
specifically, a starting './' is removed. makedepend doesn't do this, resulting in another possible commit war, so let's fix that by doing a poor mans canonicalisation of file names that gives the same effect as doing dependencies through gcc.
2001-10-10makedepend sometimes produces duplicates. Remove them.Richard Levitte
2001-08-03This ghastly hack prevents CVS wars over Kerberos (which is disabled by ↵Ben Laurie
default).
2001-07-31Make sure the source file is included among the dependencies. This isRichard Levitte
the norm for 'gcc -M' but not for 'makedepend', and is merely introduced here to avoid commit wars.
2001-03-08Throw out *all* absolute pathnames, not matter what they look like.Bodo Möller
The filenames we are interested in for Makefile dependencies are always relative.
2001-02-16Make it possible to use gcc to generate the dependency tables.Richard Levitte
1999-04-25Removed traces of cryptall.h, and did a "make depend".Bodo Möller
Submitted by: Reviewed by: PR:
1999-03-10Let util/clean-depend.pl work also with older Perl 5.00x versions.Ralf S. Engelschall
Submitted by: Matthias Loepfe <Matthias.Loepfe@adnovum.ch> Reviewed by: Ralf S. Engelschall
1999-01-19This time, get it right.Ben Laurie
1999-01-19Finally lay dependencies to rest (I hope!).Ben Laurie