]> granicus.if.org Git - openssl/commitdiff
use BUILD_ONE_CMD for fips specific links otherwise we effectively do 'make links...
authorDr. Stephen Henson <steve@openssl.org>
Sun, 4 Dec 2011 15:14:13 +0000 (15:14 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 4 Dec 2011 15:14:13 +0000 (15:14 +0000)
Makefile.fips

index b3811dff22f16202466cf6b7d61effc6b7866e10..4c7add6f1d39f14255a7f7245ba094e2e15f854c 100644 (file)
@@ -524,7 +524,7 @@ files:
 links:
        @$(PERL) $(TOP)/util/mkdir-p.pl include/openssl
        @$(PERL) $(TOP)/util/mklink.pl include/openssl $(EXHEADER)
-       @set -e; dir=fips target=links; $(RECURSIVE_BUILD_CMD)
+       @set -e; dir=fips target=links; $(BUILD_ONE_CMD)
        @(cd crypto ; SDIRS='$(LINKDIRS)' $(MAKE) -e links)
 
 gentests: