aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-22 12:34:46 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-22 12:34:46 +0000
commit3e446ba347da311d58842f4488cf24ee4d0d95bf (patch)
treed945c1fb1f69c029ecb425cd773966792bdf1a11 /crypto
parent147e6f446572345850a170c64d64bfd9de8f8380 (diff)
downloadopenssl-3e446ba347da311d58842f4488cf24ee4d0d95bf.zip
openssl-3e446ba347da311d58842f4488cf24ee4d0d95bf.tar.gz
openssl-3e446ba347da311d58842f4488cf24ee4d0d95bf.tar.bz2
Make "make links" work in fipscanisteronly builds.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/evp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/Makefile b/crypto/evp/Makefile
index bae87dd..4b809c0 100644
--- a/crypto/evp/Makefile
+++ b/crypto/evp/Makefile
@@ -65,7 +65,7 @@ files:
links:
@$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
@$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
- cp $(TESTDATA) ../../test
+ [ ! -f $(TESTDATA) ] || cp $(TESTDATA) ../../test
@$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
install: