1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

[OCaml] Unbreak make install by providing ocamldoc target

llvm-svn: 195336
This commit is contained in:
Peter Zotov 2013-11-21 10:10:16 +00:00
parent 4b3f2e0afc
commit 770a3bbabb

View File

@ -53,4 +53,9 @@ uninstall-backends: stubs
$(MAKE) -f Makefile.$$i uninstall; \
done
.PHONY: all-backends clean-backends install-backends uninstall-backends
ocamldoc: stubs
$(Verb) for i in $(TARGETS_TO_BUILD); do \
$(MAKE) -f Makefile.$$i ocamldoc; \
done
.PHONY: all-backends clean-backends install-backends uninstall-backends ocamldoc