mirror of git://gcc.gnu.org/git/gcc.git
egcs_update (files_and_dependencies): Fixed typo in gcc/cstamp-h.in.
* egcs_update (files_and_dependencies): Fixed typo in gcc/cstamp-h.in. Added gcc/config.in. From-SVN: r28313
This commit is contained in:
parent
483f6332cd
commit
1a618a5a8b
|
@ -1,3 +1,8 @@
|
||||||
|
1999-07-28 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||||
|
|
||||||
|
* egcs_update (files_and_dependencies): Fixed typo in
|
||||||
|
gcc/cstamp-h.in. Added gcc/config.in.
|
||||||
|
|
||||||
1999-07-27 Alexandre Oliva <oliva@dcc.unicamp.br>
|
1999-07-27 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||||
|
|
||||||
* egcs_update (files_and_dependencies): New function, with
|
* egcs_update (files_and_dependencies): New function, with
|
||||||
|
|
|
@ -61,7 +61,8 @@ texinfo/makeinfo/Makefile.in: texinfo/makeinfo/Makefile.am texinfo/configure.in
|
||||||
texinfo/util/Makefile.in: texinfo/util/Makefile.am texinfo/configure.in texinfo/aclocal.m4
|
texinfo/util/Makefile.in: texinfo/util/Makefile.am texinfo/configure.in texinfo/aclocal.m4
|
||||||
# Now, proceed to gcc automatically generated files
|
# Now, proceed to gcc automatically generated files
|
||||||
gcc/configure: gcc/configure.in
|
gcc/configure: gcc/configure.in
|
||||||
gcc/c-stamp-h.in: gcc/configure.in gcc/acconfig.h
|
gcc/cstamp-h.in: gcc/configure.in gcc/acconfig.h
|
||||||
|
gcc/config.in: gcc/cstamp-h.in
|
||||||
gcc/c-parse.y: gcc/c-parse.in
|
gcc/c-parse.y: gcc/c-parse.in
|
||||||
gcc/c-parse.c: gcc/c-parse.y
|
gcc/c-parse.c: gcc/c-parse.y
|
||||||
gcc/c-parse.h: gcc/c-parse.c
|
gcc/c-parse.h: gcc/c-parse.c
|
||||||
|
|
Loading…
Reference in New Issue