Skip to content

Commit

Permalink
Merge pull request #443 from ocamllabs/revert-428-add-escape
Browse files Browse the repository at this point in the history
Revert "Fix Makefile.rules on OpenBSD"
  • Loading branch information
yallop authored Sep 12, 2016
2 parents 11c2f41 + f486147 commit d6be448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.rules
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ INSTALL_HEADERS = $(wildcard $($(PROJECT).dir)/*.h)
THREAD_FLAG = $(if $(filter yes,$($(PROJECT).threads)),-thread)
LINK_FLAGS = $(as_needed_flags) $($(PROJECT).link_flags)
OCAML_LINK_FLAGS=$(LINK_FLAGS:%=-cclib %)
OCAMLMKLIB_FLAGS=$($(PROJECT).link_flags:%=-cclib %)
OCAMLMKLIB_FLAGS=$($(PROJECT).link_flags)
OCAMLFIND_PACKAGE_FLAGS=$(patsubst %,-package %,$($(PROJECT).deps)) \
$(patsubst %,-thread -package threads,$(THREAD_FLAG)) \
$(OCAMLFIND_BISECT_FLAGS)
Expand Down

0 comments on commit d6be448

Please sign in to comment.