From 3e446ba347da311d58842f4488cf24ee4d0d95bf Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 22 Feb 2011 12:34:46 +0000 Subject: Make "make links" work in fipscanisteronly builds. --- crypto/evp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/evp/Makefile') diff --git a/crypto/evp/Makefile b/crypto/evp/Makefile index bae87dd755..4b809c0c89 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: -- cgit v1.2.3