Commit b835f6f1 by Geoffrey Keating Committed by Geoffrey Keating

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

From-SVN: r56054
parent fd291392
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment