* Makefile.in (s-gtype): Re-add dependency on $(GTFILES).

From-SVN: r56054
This commit is contained in:
Geoffrey Keating 2002-08-05 18:45:26 +00:00 committed by Geoffrey Keating
parent fd29139244
commit b835f6f145
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
2002-08-05 Geoffrey Keating <geoffk@redhat.com>
* attribs.c: Don't include obstack.h.
* builtins.c: Likewise.
* cfganal.c: Likewise.
* cfgbuild.c: Likewise.
* cfgcleanup.c: Likewise.
* emit-rtl.c: Likewise.
* loop.c: Likewise.
* stmt.c: Likewise.
* Makefile.in (s-gtype): Re-add dependency on $(GTFILES).
2002-08-05 Gabriel Dos Reis <gdr@nerim.net>
* doc/c-tree.texi (Expression trees): Document VA_ARG_EXPR

View File

@ -1893,7 +1893,7 @@ gtyp-gen.h: Makefile
echo "NULL};" >> tmp-gtyp.h
$(SHELL) $(srcdir)/move-if-change tmp-gtyp.h gtyp-gen.h
s-gtype: gengtype$(build_exeext)
s-gtype: gengtype$(build_exeext) $(GTFILES)
./gengtype
$(STAMP) s-gtype