aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ssh/test/Makefile')
-rw-r--r--lib/ssh/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/test/Makefile b/lib/ssh/test/Makefile
index c143181720..a3518aef52 100644
--- a/lib/ssh/test/Makefile
+++ b/lib/ssh/test/Makefile
@@ -45,7 +45,7 @@ HRL_FILES_NEEDED_IN_TEST= \
ERL_FILES= $(MODULES:%=%.erl)
-KEY_FILES= ssh_host_dsa_key ssh_host_dsa_key.pub
+KEY_FILES= ssh_host_dsa_key #ssh_host_dsa_key.pub
TARGET_FILES= $(MODULES:%=$(EBIN)/%.$(EMULATOR))