aboutsummaryrefslogtreecommitdiffstats
path: root/lib/eldap/src/Makefile
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2012-11-22 17:24:09 +0100
committerBjörn Gustavsson <[email protected]>2012-11-26 11:12:58 +0100
commit8ddc7bf875afb089daedf61e922b691d7c73792d (patch)
tree712ddc9da5a4a4e667dd611fe7a81d936fd1660a /lib/eldap/src/Makefile
parenta70fe8cbc7efa95665b6db5dab751982d652021f (diff)
downloadotp-8ddc7bf875afb089daedf61e922b691d7c73792d.tar.gz
otp-8ddc7bf875afb089daedf61e922b691d7c73792d.tar.bz2
otp-8ddc7bf875afb089daedf61e922b691d7c73792d.zip
Fix other applications
Diffstat (limited to 'lib/eldap/src/Makefile')
-rw-r--r--lib/eldap/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eldap/src/Makefile b/lib/eldap/src/Makefile
index 39a41d08e2..46fb805bcc 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)
- $(ERLC) -o $(EBIN) -bber_bin +optimize +nif $(ERL_COMPILE_FLAGS) ../asn1/ELDAPv3.asn1
+ $(ERLC) -o $(EBIN) -bber $(ERL_COMPILE_FLAGS) ../asn1/ELDAPv3.asn1
# ----------------------------------------------------
# Release Target