diff options
author | Hans Nilsson <[email protected]> | 2014-03-21 15:09:55 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2014-03-21 15:09:55 +0100 |
commit | 5182dd0da07cd4940bfa23c739da1a5d1fdbaf72 (patch) | |
tree | cfcc1ce31561948eb1679c346b24f302c429fd19 /lib/eldap/src/Makefile | |
parent | b9138aac8f0a07f210cf639f6fc185996c50c810 (diff) | |
download | otp-5182dd0da07cd4940bfa23c739da1a5d1fdbaf72.tar.gz otp-5182dd0da07cd4940bfa23c739da1a5d1fdbaf72.tar.bz2 otp-5182dd0da07cd4940bfa23c739da1a5d1fdbaf72.zip |
eldap: Fix asn.1 decode into binaries
Diffstat (limited to 'lib/eldap/src/Makefile')
-rw-r--r-- | lib/eldap/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eldap/src/Makefile b/lib/eldap/src/Makefile index ebb7967e11..2e1110ec2c 100644 --- a/lib/eldap/src/Makefile +++ b/lib/eldap/src/Makefile @@ -88,7 +88,7 @@ $(TARGET_FILES): $(HRL_FILES) # Special Build Targets # ---------------------------------------------------- $(ASN1_HRL): ../asn1/$(ASN1_FILES) - $(asn_verbose)$(ERLC) -o $(EBIN) -bber $(ERL_COMPILE_FLAGS) ../asn1/ELDAPv3.asn1 + $(asn_verbose)$(ERLC) -o $(EBIN) +legacy_erlang_types -bber $(ERL_COMPILE_FLAGS) ../asn1/ELDAPv3.asn1 # ---------------------------------------------------- # Release Target |