diff options
author | Rickard Green <[email protected]> | 2014-01-09 12:50:28 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2014-01-09 12:50:28 +0100 |
commit | 47979206defa9429458e419b691138ab1b519833 (patch) | |
tree | 8f165f0939c99be15428ce9ffc06977846095b54 /erts/emulator/Makefile.in | |
parent | e086297a8638a9f57983fd707f6c75e3d4b6edf3 (diff) | |
download | otp-47979206defa9429458e419b691138ab1b519833.tar.gz otp-47979206defa9429458e419b691138ab1b519833.tar.bz2 otp-47979206defa9429458e419b691138ab1b519833.zip |
Fix issues with new versioning
Diffstat (limited to 'erts/emulator/Makefile.in')
-rw-r--r-- | erts/emulator/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/Makefile.in b/erts/emulator/Makefile.in index 5638683f88..b270099566 100644 --- a/erts/emulator/Makefile.in +++ b/erts/emulator/Makefile.in @@ -575,7 +575,7 @@ GENERATE += $(TTF_DIR)/erl_alloc_types.h # version include file $(TARGET)/erl_version.h: ../vsn.mk - $(gen_verbose)LANG=C $(PERL) utils/make_version -o $@ $(SYSTEM_VSN) $(VSN)$(SERIALNO) $(TARGET) + $(gen_verbose)LANG=C $(PERL) utils/make_version -o $@ $(SYSTEM_VSN) $(SYSTEM_CP_VSN) $(VSN)$(SERIALNO) $(TARGET) GENERATE += $(TARGET)/erl_version.h # driver table |