Revive 'make reformat' target.

This commit is contained in:
Graydon Hoare 2011-06-14 11:11:07 -07:00
parent fa2b4d3a8d
commit 700c525c4f
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ reformat: $(SREQ1)
@$(call E, reformat [stage1]: $@)
for i in $(PP_INPUTS); \
do $(call CFG_RUN_TARG,stage1, stage1/rustc$(X)) \
--pretty $$i >$$i.tmp && mv $$i.tmp $$i; \
--pretty normal $$i >$$i.tmp && mv $$i.tmp $$i; \
done