diff options
author | John Högberg <[email protected]> | 2017-06-13 10:37:12 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2017-07-06 12:29:42 +0200 |
commit | e9bb277cc5cc8326c3c90ed82954f2ee14c1844b (patch) | |
tree | a1b17b8ced53e51db6ab870be22d9ad330cb90d1 /erts/emulator/Makefile.in | |
parent | 29c9a1fc01d64a88cb8e441a63779cfdabefb457 (diff) | |
download | otp-e9bb277cc5cc8326c3c90ed82954f2ee14c1844b.tar.gz otp-e9bb277cc5cc8326c3c90ed82954f2ee14c1844b.tar.bz2 otp-e9bb277cc5cc8326c3c90ed82954f2ee14c1844b.zip |
Move lock flags to a common header
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 ecbf76595b..8b2dd5dbb9 100644 --- a/erts/emulator/Makefile.in +++ b/erts/emulator/Makefile.in @@ -813,7 +813,7 @@ RUN_OBJS = \ $(OBJDIR)/erl_bif_binary.o $(OBJDIR)/erl_ao_firstfit_alloc.o \ $(OBJDIR)/erl_thr_queue.o $(OBJDIR)/erl_sched_spec_pre_alloc.o \ $(OBJDIR)/erl_ptab.o $(OBJDIR)/erl_map.o \ - $(OBJDIR)/erl_msacc.o + $(OBJDIR)/erl_msacc.o $(OBJDIR)/erl_lock_flags.o LTTNG_OBJS = $(OBJDIR)/erlang_lttng.o NIF_OBJS = $(OBJDIR)/erl_tracer_nif.o |