aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/c_src/Makefile
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2011-10-12 10:40:21 +0200
committerBjörn Gustavsson <[email protected]>2011-10-13 11:24:07 +0200
commit5847f72e816107678be7dae0dc4a61e9e2b84e2e (patch)
tree4a56817b721de5274767eb80a766dd075bf69061 /lib/asn1/c_src/Makefile
parenta0f45f929092c8d3355a8604780a4f4df49f3759 (diff)
downloadotp-5847f72e816107678be7dae0dc4a61e9e2b84e2e.tar.gz
otp-5847f72e816107678be7dae0dc4a61e9e2b84e2e.tar.bz2
otp-5847f72e816107678be7dae0dc4a61e9e2b84e2e.zip
asn1: Fix typo that caused failure of 'make release' on Windows
Diffstat (limited to 'lib/asn1/c_src/Makefile')
-rw-r--r--lib/asn1/c_src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asn1/c_src/Makefile b/lib/asn1/c_src/Makefile
index f7213b9651..8c06be56f8 100644
--- a/lib/asn1/c_src/Makefile
+++ b/lib/asn1/c_src/Makefile
@@ -62,7 +62,7 @@ NIF_OBJ_FILES = $(OBJDIR)/asn1_erl_nif.o
ifeq ($(TARGET),win32)
-NIF_SHARED_OBJ_FILES = $(LIBDIR)/asn1_erl_nif.dll
+NIF_SHARED_OBJ_FILE = $(LIBDIR)/asn1_erl_nif.dll
CLIB_FLAGS =
LN=cp
else