Skip to content

Commit 0403bb3

Browse files
committed
Revert PR 9895 to continue installing VERSION
1 parent b3447db commit 0403bb3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,9 @@ install:
352352
$(MKDIR) "$(INSTALL_LIBDIR)"
353353
$(MKDIR) "$(INSTALL_STUBLIBDIR)"
354354
$(MKDIR) "$(INSTALL_COMPLIBDIR)"
355+
$(INSTALL_DATA) \
356+
VERSION \
357+
"$(INSTALL_LIBDIR)"
355358
$(MAKE) -C runtime install
356359
$(INSTALL_PROG) ocaml$(EXE) "$(INSTALL_BINDIR)"
357360
ifeq "$(INSTALL_BYTECODE_PROGRAMS)" "true"

0 commit comments

Comments
 (0)