Skip to content

Commit

Permalink
[fix] Makefile: Use $(MAKE) instead of hardcore "make".
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Messenger authored and Frederic Ye committed Apr 10, 2012
1 parent 7e413a8 commit 3e3c2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -36,7 +36,7 @@ export
all: $(MYOCAMLBUILD)
$(OCAMLBUILD) $(call target-tools,$(ALL_TOOLS)) opa-packages.stamp
@$(call copy-tools,$(ALL_TOOLS))
make manpages
$(MAKE) manpages

.PHONY: build
build: all
Expand Down

0 comments on commit 3e3c2e6

Please sign in to comment.