aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/Makefile.in
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2017-08-23 12:46:42 +0200
committerBjörn Gustavsson <[email protected]>2017-08-23 12:46:42 +0200
commiteb8ffa6a071c3fe532389ba1907fc89aa9ea15eb (patch)
treec054d1717badc9fabecb66b238d3384d5decb069 /erts/emulator/Makefile.in
parent5bf73db9fd77bce195b7e78a8754730263068fb1 (diff)
downloadotp-eb8ffa6a071c3fe532389ba1907fc89aa9ea15eb.tar.gz
otp-eb8ffa6a071c3fe532389ba1907fc89aa9ea15eb.tar.bz2
otp-eb8ffa6a071c3fe532389ba1907fc89aa9ea15eb.zip
Eliminate the beam_instrs.h file
The beam_instrs.h file serves no useful purpose. Put the instructions in beam_hot.h instead.
Diffstat (limited to 'erts/emulator/Makefile.in')
-rw-r--r--erts/emulator/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/Makefile.in b/erts/emulator/Makefile.in
index c6511a4b49..bc7eb72221 100644
--- a/erts/emulator/Makefile.in
+++ b/erts/emulator/Makefile.in
@@ -546,7 +546,6 @@ endif
$(TTF_DIR)/beam_cold.h \
$(TTF_DIR)/beam_hot.h \
-$(TTF_DIR)/beam_instrs.h \
$(TTF_DIR)/beam_opcodes.c \
$(TTF_DIR)/beam_opcodes.h \
$(TTF_DIR)/beam_pred_funcs.h \