We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3447db commit 0403bb3Copy full SHA for 0403bb3
1 file changed
Makefile
@@ -352,6 +352,9 @@ install:
352
$(MKDIR) "$(INSTALL_LIBDIR)"
353
$(MKDIR) "$(INSTALL_STUBLIBDIR)"
354
$(MKDIR) "$(INSTALL_COMPLIBDIR)"
355
+ $(INSTALL_DATA) \
356
+ VERSION \
357
+ "$(INSTALL_LIBDIR)"
358
$(MAKE) -C runtime install
359
$(INSTALL_PROG) ocaml$(EXE) "$(INSTALL_BINDIR)"
360
ifeq "$(INSTALL_BYTECODE_PROGRAMS)" "true"
0 commit comments