It seems like gcc does canonicalisation of file names. More
authorRichard Levitte <levitte@openssl.org>
Wed, 10 Oct 2001 08:27:28 +0000 (08:27 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 10 Oct 2001 08:27:28 +0000 (08:27 +0000)
commit3009e9f9ef196829befec5b96730747bb24dd120
tree6dc150fdce448d633ec52432efba2edf5a473677
parentb30245dae091a20c5c7e4fdcbfebd6853d95156f
It seems like gcc does canonicalisation of file names.  More
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.
util/clean-depend.pl