aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/Makefile.in
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2014-03-17 15:49:50 +0100
committerLukas Larsson <[email protected]>2014-03-26 15:18:57 +0100
commitf6570cf6201bf6476d903def9b04fe9c33f13a3d (patch)
treef84d2c6df1a06d962ee4d5391126379457f7245f /erts/emulator/Makefile.in
parentebad8e4c3a26e5ed3813ede2ca539123a1d31812 (diff)
downloadotp-f6570cf6201bf6476d903def9b04fe9c33f13a3d.tar.gz
otp-f6570cf6201bf6476d903def9b04fe9c33f13a3d.tar.bz2
otp-f6570cf6201bf6476d903def9b04fe9c33f13a3d.zip
ose: Break lmconf into one per load module
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 523130d01a..c6c9b4cf8c 100644
--- a/erts/emulator/Makefile.in
+++ b/erts/emulator/Makefile.in
@@ -1031,7 +1031,7 @@ else
ifeq ($(findstring ose,$(TARGET)),ose)
$(BINDIR)/$(EMULATOR_EXECUTABLE): $(INIT_OBJS) $(OBJS) $(DEPLIBS) $(LCF)
$(call build-ose-load-module, $@, $(INIT_OBJS) $(OBJS), $(STATIC_NIF_LIBS) \
- $(STATIC_DRIVER_LIBS) $(LIBS), $(LMCONF))
+ $(STATIC_DRIVER_LIBS) $(LIBS), $(BEAM_LMCONF))
else
$(BINDIR)/$(EMULATOR_EXECUTABLE): $(INIT_OBJS) $(OBJS) $(DEPLIBS)