Skip to content

Commit

Permalink
Break long lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
cixtor committed Jun 17, 2011
1 parent 342dbd7 commit fc31c90
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,10 @@ COMPILER_INPUTS := $(wildcard $(addprefix $(S)src/comp/, \

LREQ := rt/$(CFG_RUNTIME) rustllvm/$(CFG_RUSTLLVM)
SREQ0 := stage0/rustc$(X) $(LREQ) rt/main.o stage0/glue.o stage0/$(CFG_STDLIB)
SREQ1 := stage1/rustc$(X) $(LREQ) rt/main.o stage1/glue.o stage1/lib/$(CFG_STDLIB)
SREQ2 := stage2/rustc$(X) $(LREQ) rt/main.o stage2/glue.o stage2/lib/$(CFG_STDLIB)
SREQ1 := stage1/rustc$(X) $(LREQ) rt/main.o stage1/glue.o \
stage1/lib/$(CFG_STDLIB)
SREQ2 := stage2/rustc$(X) $(LREQ) rt/main.o stage2/glue.o \
stage2/lib/$(CFG_STDLIB)


######################################################################
Expand Down

0 comments on commit fc31c90

Please sign in to comment.