Commit def9bf34 by Ralf Wildenhues Committed by Ralf Wildenhues

Makefile.in (s-gtyp-input): Remove tmp-gi.list before writing it.

gcc/
	* Makefile.in (s-gtyp-input): Remove tmp-gi.list before writing
	it.

From-SVN: r134482
parent 38750738
2008-04-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* Makefile.in (s-gtyp-input): Remove tmp-gi.list before writing
it.
2008-04-18 Rafael Espindola <espindola@google.com>
* tree-vrp.c (find_case_label_index): Fix the binary search.
(find_case_label_range): New.
......
......@@ -3159,6 +3159,7 @@ $(ALL_GTFILES_H) gtype-desc.c gtype-desc.h : s-gtype ; @true
gtyp-input.list: s-gtyp-input ; @true
s-gtyp-input: Makefile
rm -f tmp-gi.list
$(foreach gtyp, $(GTFILES), $(echo_to_gi.list))
$(SHELL) $(srcdir)/../move-if-change tmp-gi.list gtyp-input.list
$(STAMP) s-gtyp-input
......
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