aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/Makefile.in
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2014-12-04 10:57:06 +0100
committerLukas Larsson <[email protected]>2014-12-04 11:11:19 +0100
commitaa6c60768825915825b3730bb836afa9253ea0a0 (patch)
tree7361492537907d4dcd7f437acf0c2096b2e66c9b /erts/emulator/Makefile.in
parent58f42056a6386b16edd647721df046db3581739b (diff)
downloadotp-aa6c60768825915825b3730bb836afa9253ea0a0.tar.gz
otp-aa6c60768825915825b3730bb836afa9253ea0a0.tar.bz2
otp-aa6c60768825915825b3730bb836afa9253ea0a0.zip
erts: Start compilation of beam_emu earlier
Diffstat (limited to 'erts/emulator/Makefile.in')
-rw-r--r--erts/emulator/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/Makefile.in b/erts/emulator/Makefile.in
index 53fc7bd713..e4cd566285 100644
--- a/erts/emulator/Makefile.in
+++ b/erts/emulator/Makefile.in
@@ -934,7 +934,7 @@ ifdef HIPE_ENABLED
EXTRA_BASE_OBJS += $(HIPE_OBJS)
endif
-BASE_OBJS = $(RUN_OBJS) $(EMU_OBJS) $(OS_OBJS) $(EXTRA_BASE_OBJS)
+BASE_OBJS = $(EMU_OBJS) $(RUN_OBJS) $(OS_OBJS) $(EXTRA_BASE_OBJS)
before_DTrace_OBJS = $(BASE_OBJS) $(DRV_OBJS)