Final tweaks for dependency building with relative srcdir, and rebuild

dependencies.
This commit is contained in:
Ian Lance Taylor 1998-03-31 23:58:45 +00:00
parent de869287dd
commit b9b299ba24

View file

@ -1,8 +1,11 @@
Tue Mar 31 17:52:40 1998 Ian Lance Taylor <ian@cygnus.com>
* Makefile.am: Rebuild dependencies.
* Makefile.in: Rebuild.
* Makefile.am (DEP_INCLUDES): New variable.
(.dep1): Change to work when srcdir is not an absolute path.
(.tcdep, .objdep, .dep2): Likewise.
(.tcdep, .objdep, .dep2, dep.sed): Likewise.
* Makefile.in: Rebuild.
Mon Mar 30 12:46:48 1998 Ian Lance Taylor <ian@cygnus.com>