mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-19 10:13:13 +00:00
Fix for "make install" of ocaml docs. Patch by Erick Tryzelaar!
llvm-svn: 48451
This commit is contained in:
parent
d782b76546
commit
b1456f259d
@ -10,4 +10,9 @@
|
||||
LEVEL := ../../..
|
||||
DIRS = scalar
|
||||
|
||||
ocamldoc:
|
||||
$(Verb) for i in $(DIRS) ; do \
|
||||
$(MAKE) -C $$i ocamldoc; \
|
||||
done
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
Loading…
x
Reference in New Issue
Block a user