diff options
author | Niclas Eklund <[email protected]> | 2011-03-31 16:48:44 +0200 |
---|---|---|
committer | Niclas Eklund <[email protected]> | 2011-05-19 14:38:23 +0200 |
commit | 2fb636273a06d31f0c24dcecf9302cd6561f02af (patch) | |
tree | 2c4dd03271879770758be40a48a5ba6b5bfc8206 /lib/ssh/test/Makefile | |
parent | 61c134fa961a0aaa86be17d921dbe6727d0a7c1c (diff) | |
download | otp-2fb636273a06d31f0c24dcecf9302cd6561f02af.tar.gz otp-2fb636273a06d31f0c24dcecf9302cd6561f02af.tar.bz2 otp-2fb636273a06d31f0c24dcecf9302cd6561f02af.zip |
Some minor updates regarding how test data is generated.
Diffstat (limited to 'lib/ssh/test/Makefile')
-rw-r--r-- | lib/ssh/test/Makefile | 2 |
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)) |