Remove references to deleted fips directory from Makefile.org
authorDr. Stephen Henson <steve@openssl.org>
Mon, 8 Dec 2014 12:34:52 +0000 (12:34 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 8 Dec 2014 13:25:38 +0000 (13:25 +0000)
Reviewed-by: Tim Hudson <tjh@openssl.org>
Makefile.org

index 2a08270828c04564426cfab10ebc2d49c7a98afd..8bb7e01773a26305f9e540b3d83b2daeceae9d66 100644 (file)
@@ -132,7 +132,7 @@ FIPSCANLIB=
 
 BASEADDR=
 
 
 BASEADDR=
 
-DIRS=   crypto fips ssl engines apps test tools
+DIRS=   crypto ssl engines apps test tools
 ENGDIRS= ccgost
 SHLIBDIRS= crypto ssl
 
 ENGDIRS= ccgost
 SHLIBDIRS= crypto ssl
 
@@ -498,9 +498,6 @@ links:
        @$(PERL) $(TOP)/util/mkdir-p.pl include/openssl
        @$(PERL) $(TOP)/util/mklink.pl include/openssl $(EXHEADER)
        @set -e; target=links; $(RECURSIVE_BUILD_CMD)
        @$(PERL) $(TOP)/util/mkdir-p.pl include/openssl
        @$(PERL) $(TOP)/util/mklink.pl include/openssl $(EXHEADER)
        @set -e; target=links; $(RECURSIVE_BUILD_CMD)
-       @if [ -z "$(FIPSCANLIB)" ]; then \
-               set -e; target=links; dir=fips ; $(BUILD_CMD) ; \
-       fi
 
 gentests:
        @(cd test && echo "generating dummy tests (if needed)..." && \
 
 gentests:
        @(cd test && echo "generating dummy tests (if needed)..." && \