Skip to content

Commit

Permalink
fixes per @dra27
Browse files Browse the repository at this point in the history
  • Loading branch information
stedolan committed May 25, 2021
1 parent 40e0a3f commit 43da3dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ OCAMLPROF=config.cmo build_path_prefix_map.cmo misc.cmo identifiable.cmo \
ocamlprof$(EXE): $(OCAMLPROF)
ocamlprof.opt$(EXE): $(call byte2native, $(OCAMLPROF))
all: profiling.cmo
allopt: profiling.cmx
opt.opt: profiling.cmx

OCAMLCP = config.cmo build_path_prefix_map.cmo misc.cmo profile.cmo \
warnings.cmo identifiable.cmo numbers.cmo arg_helper.cmo \
Expand All @@ -106,8 +106,6 @@ ocamlcp.opt$(EXE): $(call byte2native, $(OCAMLCP) ocamlcp.cmo)
ocamloptp$(EXE): $(OCAMLCP) ocamloptp.cmo
ocamloptp.opt$(EXE): $(call byte2native, $(OCAMLCP) ocamloptp.cmo)

opt:: profiling.cmx

install::
$(INSTALL_DATA) \
profiling.cmi profiling.cmo \
Expand Down

0 comments on commit 43da3dc

Please sign in to comment.