Skip to content

Commit

Permalink
Use $(MAKE) instead of hardcore "make" to allow FreeBSD to use the "g…
Browse files Browse the repository at this point in the history
…make".
  • Loading branch information
Jeremy Messenger authored and Jeremy Messenger committed Jan 12, 2012
1 parent b7f269d commit 1be4881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -69,7 +69,7 @@ distrib: $(MYOCAMLBUILD)

.PHONY: manpages
manpages: $(MYOCAMLBUILD)
make -C manpages OCAMLBUILD="$(OCAMLBUILD)" BLDDIR=../$(BUILD_DIR)
$(MAKE) -C manpages OCAMLBUILD="$(OCAMLBUILD)" BLDDIR=../$(BUILD_DIR)

##
## INSTALLATION
Expand Down

0 comments on commit 1be4881

Please sign in to comment.