diff options
Diffstat (limited to 'crypto/evp/Makefile')
-rw-r--r-- | crypto/evp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/Makefile b/crypto/evp/Makefile index 1e46cebf5e76..5d0c6b7db4c9 100644 --- a/crypto/evp/Makefile +++ b/crypto/evp/Makefile @@ -67,7 +67,7 @@ files: links: @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) - [ ! -f $(TESTDATA) ] || cp $(TESTDATA) ../../test + @[ -f $(TESTDATA) ] && cp $(TESTDATA) ../../test && echo "$(TESTDATA) -> ../../test/$(TESTDATA)" @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) install: |