From a22a8dd7dd67a1156da2d2e5e80d7cdae3d7cd55 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Wed, 18 Feb 2009 10:43:10 +0000 Subject: [PATCH] Do not link nonexistent file. --- fips/aes/Makefile | 2 -- 1 file changed, 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: -- 2.25.1