summaryrefslogtreecommitdiffstats
path: root/fips
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2009-02-18 10:43:10 +0000
committerBen Laurie <ben@openssl.org>2009-02-18 10:43:10 +0000
commita22a8dd7dd67a1156da2d2e5e80d7cdae3d7cd55 (patch)
tree6c58e10fb91e7838115b81c3cfbf1a96d1345e31 /fips
parente26ad0c4fd9024519b4346f3ae1289b75b1d191d (diff)
Do not link nonexistent file.
Diffstat (limited to 'fips')
-rw-r--r--fips/aes/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/fips/aes/Makefile b/fips/aes/Makefile
index 403525d4c0..7b8b3a26de 100644
--- a/fips/aes/Makefile
+++ b/fips/aes/Makefile
@@ -22,7 +22,6 @@ CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile
TEST=fips_aesavs.c
-TESTDATA=fips_aes_data
APPS=
LIB=$(TOP)/libcrypto.a
@@ -50,7 +49,6 @@ files:
links:
@$(PERL) $(TOP)/util/mklink.pl $(TOP)/include/openssl $(EXHEADER)
@$(PERL) $(TOP)/util/mklink.pl $(TOP)/test $(TEST)
- @$(PERL) $(TOP)/util/mklink.pl $(TOP)/test $(TESTDATA)
@$(PERL) $(TOP)/util/mklink.pl $(TOP)/apps $(APPS)
install: