Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Replace spaces in makefile with tabs.
  • Loading branch information
jnthn committed Feb 18, 2009
1 parent 459a7c8 commit 8fef096
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/Makefile.in
Expand Up @@ -173,12 +173,12 @@ xmas: perl6$(EXE)
## supporting targets for perl6
# the Perl 6 compiler
perl6_s1.pbc: $(PARROT) $(SOURCES) $(BUILTINS_PIR)
$(PERL) -e "" > src/gen_setting.pir
$(PERL) -e "" > src/gen_setting.pir
$(PARROT) $(PARROT_ARGS) -o perl6_s1.pbc perl6.pir

# the Perl 6 compiler
perl6.pbc: perl6_s1.pbc src/gen_setting.pm
$(PARROT) $(PARROT_ARGS) perl6_s1.pbc --target=pir src/gen_setting.pm > src/gen_setting.pir
$(PARROT) $(PARROT_ARGS) perl6_s1.pbc --target=pir src/gen_setting.pm > src/gen_setting.pir
$(PARROT) $(PARROT_ARGS) -o perl6.pbc perl6.pir

installable_perl6$(EXE): perl6.pbc
Expand Down Expand Up @@ -210,7 +210,7 @@ src/gen_junction.pir: build/gen_junction_pir.pl
$(PERL) build/gen_junction_pir.pl src/gen_junction.pir

src/gen_setting.pm: build/gen_setting_pm.pl $(SETTING)
$(PERL) build/gen_setting_pm.pl $(SETTING) > src/gen_setting.pm
$(PERL) build/gen_setting_pm.pl $(SETTING) > src/gen_setting.pm

$(PERL6_GROUP): $(PARROT) $(PMC_SOURCES)
cd $(PMC_DIR) && $(BUILD_DYNPMC) generate $(PMCS)
Expand Down

0 comments on commit 8fef096

Please sign in to comment.