aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/Makefile.in
diff options
context:
space:
mode:
authorPatrik Nyblom <[email protected]>2010-04-21 17:18:41 +0200
committerBjörn Gustavsson <[email protected]>2010-05-17 15:51:49 +0200
commit8e8e10d9d080655edba6dedbc13d9e729f209e2e (patch)
tree583358a3f97247a3641963199efcb159dc7ad9d4 /erts/emulator/Makefile.in
parente27516edd537045e1151dc8a95c821ba18aadf4f (diff)
downloadotp-8e8e10d9d080655edba6dedbc13d9e729f209e2e.tar.gz
otp-8e8e10d9d080655edba6dedbc13d9e729f209e2e.tar.bz2
otp-8e8e10d9d080655edba6dedbc13d9e729f209e2e.zip
Move binary module bif's to erl_bif_binary.c
Diffstat (limited to 'erts/emulator/Makefile.in')
-rw-r--r--erts/emulator/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/erts/emulator/Makefile.in b/erts/emulator/Makefile.in
index 9f10a0ffaa..d767194d4d 100644
--- a/erts/emulator/Makefile.in
+++ b/erts/emulator/Makefile.in
@@ -735,7 +735,8 @@ RUN_OBJS = \
$(OBJDIR)/erl_drv_thread.o $(OBJDIR)/erl_bif_chksum.o \
$(OBJDIR)/erl_bif_re.o $(OBJDIR)/erl_unicode.o \
$(OBJDIR)/packet_parser.o $(OBJDIR)/safe_hash.o \
- $(OBJDIR)/erl_zlib.o $(OBJDIR)/erl_nif.o
+ $(OBJDIR)/erl_zlib.o $(OBJDIR)/erl_nif.o \
+ $(OBJDIR)/erl_bif_binary.o
ifeq ($(TARGET),win32)
DRV_OBJS = \