diff options
author | Micael Karlberg <[email protected]> | 2018-10-19 12:57:35 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2018-10-19 12:57:35 +0200 |
commit | ee058dabf9474006179eba6a63282a1398e1c6fc (patch) | |
tree | ec3bab5be1899fdbb43eb4336307d045431bc72e /erts/emulator/test/Makefile | |
parent | b4d61414565e6c6aa34249bf5d6eb3d5e5952b76 (diff) | |
download | otp-ee058dabf9474006179eba6a63282a1398e1c6fc.tar.gz otp-ee058dabf9474006179eba6a63282a1398e1c6fc.tar.bz2 otp-ee058dabf9474006179eba6a63282a1398e1c6fc.zip |
[socket-nif|test] IO fixes
Diffstat (limited to 'erts/emulator/test/Makefile')
-rw-r--r-- | erts/emulator/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/test/Makefile b/erts/emulator/test/Makefile index 4f47ec47ef..39a3ef2a3d 100644 --- a/erts/emulator/test/Makefile +++ b/erts/emulator/test/Makefile @@ -158,7 +158,7 @@ NATIVE_ERL_FILES= $(NATIVE_MODULES:%=%.erl) ERL_FILES= $(MODULES:%=%.erl) TARGET_FILES = $(MODULES:%=$(EBIN)/%.$(EMULATOR)) -SOCKET_TARGET = $(SOCKET_MODULES:%=$(EBIN)/%.$(EMULATOR)) +SOCKET_TARGETS = $(SOCKET_MODULES:%=$(EBIN)/%.$(EMULATOR)) EMAKEFILE=Emakefile |