Skip to content

Commit d1824e8

Browse files
committed
Makefile.build: avoid a -pp
1 parent 60c3909 commit d1824e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.build

+2-1
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,8 @@ dev/printers.cma: | dev/printers.mllib.d
744744
grammar/grammar.cma: | grammar/grammar.mllib.d
745745
$(SHOW)'Testing $@'
746746
@touch test.ml4
747-
$(HIDE)$(OCAMLC) $(MLINCLUDES) $(BYTEFLAGS) -pp '$(CAMLP4O) -I $(CAMLLIB) $^ -impl' -impl test.ml4 -o test-grammar
747+
$(HIDE)$(CAMLP4O) -I $(CAMLLIB) $^ -impl test.ml4 -o test.ml
748+
$(HIDE)$(OCAMLC) $(MLINCLUDES) $(BYTEFLAGS) test.ml -o test-grammar
748749
@rm -f test-grammar test.*
749750
$(SHOW)'OCAMLC -a $@'
750751
$(HIDE)$(OCAMLC) $(MLINCLUDES) $(BYTEFLAGS) $^ -linkall -a -o $@

0 commit comments

Comments
 (0)