Skip to content

Commit

Permalink
Use the latest piqic-ocaml for bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
alavrik committed Jun 29, 2015
1 parent 3ee897f commit 8b5e787
Show file tree
Hide file tree
Showing 3 changed files with 1,956 additions and 5,007 deletions.
4 changes: 2 additions & 2 deletions piqilib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ piqi_files:


piqi_ml:
$(PIQIC) $(PIQIC_FLAGS) --cc --pp piqi-impl.piqi
$(PIQIC) $(PIQIC_FLAGS) --pp piqi.piqi
$(PIQIC) $(PIQIC_FLAGS) --cc piqi-impl.piqi
$(PIQIC) $(PIQIC_FLAGS) piqi.piqi


piqi_boot:
Expand Down
2 changes: 1 addition & 1 deletion piqilib/Makefile.expand_piqi_boot
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include $(PIQI_ROOT)/make/Makefile.ocaml
RESULT = expand_piqi_boot
SOURCES = \
piqi_piqirun.ml \
piqloc.ml piqi_util.ml piq_ast.ml \
piqi_util.ml piqloc.ml piq_ast.ml \
piqi_impl_piqi.ml piqi_boot.ml


Expand Down
Loading

0 comments on commit 8b5e787

Please sign in to comment.