1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Fix for "make install" of ocaml docs. Patch by Erick Tryzelaar!

llvm-svn: 48451
This commit is contained in:
Bill Wendling 2008-03-17 07:49:23 +00:00
parent d782b76546
commit b1456f259d

View File

@ -10,4 +10,9 @@
LEVEL := ../../.. LEVEL := ../../..
DIRS = scalar DIRS = scalar
ocamldoc:
$(Verb) for i in $(DIRS) ; do \
$(MAKE) -C $$i ocamldoc; \
done
include $(LEVEL)/Makefile.common include $(LEVEL)/Makefile.common