Skip to content

Commit

Permalink
[revert] "[fix] Makefile: install opa-create on distrib"
Browse files Browse the repository at this point in the history
This reverts commit b5aaeb4.
  • Loading branch information
Frederic Ye committed Sep 26, 2012
1 parent c84c74b commit d13b6e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Expand Up @@ -87,15 +87,13 @@ distrib: $(MYOCAMLBUILD)
@tools/utils/install.sh --quiet --dir $(realpath $(BUILD_DIR)) --ocaml-prefix $(OCAMLLIB)/../../.. --prefix $(realpath $(BUILD_DIR)) @tools/utils/install.sh --quiet --dir $(realpath $(BUILD_DIR)) --ocaml-prefix $(OCAMLLIB)/../../.. --prefix $(realpath $(BUILD_DIR))
$(MAKE) manpages $(MAKE) manpages
$(MAKE) $(OPA_TOOLS) $(MAKE) $(OPA_TOOLS)
@$(call copy-tools,$(OPA_TOOLS))


.PHONY: distrib-all .PHONY: distrib-all
distrib-all: $(MYOCAMLBUILD) distrib-all: $(MYOCAMLBUILD)
$(OCAMLBUILD) $(call target-tools,$(DISTRIB_TOOLS)) opa-both-packages.stamp $(OCAMLBUILD) $(call target-tools,$(DISTRIB_TOOLS)) opa-both-packages.stamp
@$(call copy-tools,$(DISTRIB_TOOLS)) @$(call copy-tools,$(DISTRIB_TOOLS))
$(MAKE) manpages $(MAKE) manpages
$(MAKE) $(OPA_TOOLS) $(MAKE) $(OPA_TOOLS)
@$(call copy-tools,$(OPA_TOOLS))


## ##
## MANPAGES ## MANPAGES
Expand Down

0 comments on commit d13b6e8

Please sign in to comment.