diff options
author | Björn Gustavsson <[email protected]> | 2011-10-12 10:40:21 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-10-13 11:24:07 +0200 |
commit | 5847f72e816107678be7dae0dc4a61e9e2b84e2e (patch) | |
tree | 4a56817b721de5274767eb80a766dd075bf69061 /lib/asn1 | |
parent | a0f45f929092c8d3355a8604780a4f4df49f3759 (diff) | |
download | otp-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')
-rw-r--r-- | lib/asn1/c_src/Makefile | 2 |
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 |