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)
commit274a2cff30f7325d1bc1647075a6c4f887e42e4f
tree794c598e7737bcf91bd1df6ba9b815b700141048
parent32bc55c09562cbc3560a42ddc3dbe3fad3f1b010
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>
source/Makefile.in