modify dependency tracking code so that it:
authorAlexandre Oliva <oliva@samba.org>
Thu, 29 Oct 1998 17:55:58 +0000 (17:55 +0000)
committerAlexandre Oliva <oliva@samba.org>
Thu, 29 Oct 1998 17:55:58 +0000 (17:55 +0000)
commit610251a6312f39e9f2882b6a2427db29d6e2d70e
treef2d5f16261c44d16797773ab4075f5fdadab58d4
parent69154bedef3073f82b3b5ab0649a85416baeed27
modify dependency tracking code so that it:
1) inserts the pathname of the object file in the dependency file
   (currently, gcc will only generate the basename)
2) the directory tree within .deps mirrors the source tree, so that we use
   shorter filenames
problem 1 was reported to me by Tom Angert <angert@bellsouth.net>
(This used to be commit 274a2cff30f7325d1bc1647075a6c4f887e42e4f)
source3/Makefile.in