mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-16 09:30:38 +08:00
* Makefile.in (s-gtype): Re-add dependency on $(GTFILES).
From-SVN: r56054
This commit is contained in:
parent
fd29139244
commit
b835f6f145
@ -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>
|
2002-08-05 Gabriel Dos Reis <gdr@nerim.net>
|
||||||
|
|
||||||
* doc/c-tree.texi (Expression trees): Document VA_ARG_EXPR
|
* doc/c-tree.texi (Expression trees): Document VA_ARG_EXPR
|
||||||
|
@ -1893,7 +1893,7 @@ gtyp-gen.h: Makefile
|
|||||||
echo "NULL};" >> tmp-gtyp.h
|
echo "NULL};" >> tmp-gtyp.h
|
||||||
$(SHELL) $(srcdir)/move-if-change tmp-gtyp.h gtyp-gen.h
|
$(SHELL) $(srcdir)/move-if-change tmp-gtyp.h gtyp-gen.h
|
||||||
|
|
||||||
s-gtype: gengtype$(build_exeext)
|
s-gtype: gengtype$(build_exeext) $(GTFILES)
|
||||||
./gengtype
|
./gengtype
|
||||||
$(STAMP) s-gtype
|
$(STAMP) s-gtype
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user