summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Nilsson <hans@erlang.org>2017-11-09 12:49:46 +0100
committerHans Nilsson <hans@erlang.org>2017-11-09 13:35:36 +0100
commit876f69dc4fad019d876e3175d5d6306ce2b6850c (patch)
tree1eddb488762b930d04bcc9b314c64e1151f342ae
parent19e938e708bb4823d5deac94fd110b7d3896390a (diff)
downloaderlang-876f69dc4fad019d876e3175d5d6306ce2b6850c.tar.gz
eldap: Repair 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 cd3c102f55..d63b2fe8f5 100644
--- a/lib/eldap/src/Makefile
+++ b/lib/eldap/src/Makefile
@@ -98,7 +98,7 @@ include $(ERL_TOP)/make/otp_release_targets.mk
release_spec: opt
$(INSTALL_DIR) "$(RELSYSDIR)/ebin"
- $(INSTALL_DATA) $(TARGET_FILES) $(APP_TARGET) $(APPUP_TARGET) "$(RELSYSDIR)/ebin"
+ $(INSTALL_DATA) $(ASN1_HRL) $(TARGET_FILES) $(APP_TARGET) $(APPUP_TARGET) "$(RELSYSDIR)/ebin"
$(INSTALL_DIR) "$(RELSYSDIR)/src"
$(INSTALL_DATA) $(ERL_FILES) "$(RELSYSDIR)/src"
$(INSTALL_DIR) "$(RELSYSDIR)/asn1"