Skip to content

Commit

Permalink
Basic template: fix link order
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Dec 8, 2023
1 parent aae7005 commit 26f260a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/distillery/templates/basic.ppx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,7 @@ run.opt:
##----------------------------------------------------------------------
## Aux

# Use `eliomdep -sort' only in OCaml>4
ifeq ($(shell ocamlc -version|cut -c1),4)
eliomdep=$(shell $(ELIOMDEP) $(1) -ppx -sort $(2) $(filter %.eliom %.ml,$(3))))
else
eliomdep=$(3)
endif
objs=$(patsubst %.ml,$(1)/%.$(2),$(patsubst %.eliom,$(1)/%.$(2),$(filter %.eliom %.ml,$(3))))
depsort=$(call objs,$(1),$(2),$(call eliomdep,$(3),$(4),$(5)))

Expand Down

0 comments on commit 26f260a

Please sign in to comment.