mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-18 17:55:18 +00:00
[OCaml] Unbreak make install by providing ocamldoc target
llvm-svn: 195336
This commit is contained in:
parent
4b3f2e0afc
commit
770a3bbabb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user