]> git.ipfire.org Git - thirdparty/gcc.git/commit - depcomp
top level:
authorZack Weinberg <zack@gcc.gnu.org>
Mon, 13 Jun 2005 08:26:05 +0000 (08:26 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Mon, 13 Jun 2005 08:26:05 +0000 (08:26 +0000)
commitf610dd5f4ceb8239c61ee33863760d39f3b28162
tree8d909ddb31d50f61cae9acff0f19678ba54b6b88
parent4c73896d18e03c31a811c941082a6ed94605a905
top level:

* depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
In 'cpp' stanza, support '#line' as well as '# '.
config:
* depstand.m4, lead-dot.m4: New files.
libcpp:
* configure.ac: Invoke ZW_CREATE_DEPDIR and
ZW_PROG_COMPILER_DEPENDENCIES.
* aclocal.m4, configure: Regenerate.
* Makefile.in (DEPMODE, DEPDIR, depcomp, COMPILE.base, COMPILE):
New variables.
(distclean): Clean up $(DEPDIR) and its contents.
(.c.o): Use $(COMPILE).
Include $(DEPDIR)/*.Po for most object->header dependencies.

From-SVN: r100874
ChangeLog
config/ChangeLog
config/depstand.m4 [new file with mode: 0644]
config/lead-dot.m4 [new file with mode: 0644]
depcomp
libcpp/ChangeLog
libcpp/Makefile.in
libcpp/aclocal.m4
libcpp/configure
libcpp/configure.ac