From: Dr. Stephen Henson Date: Wed, 26 Dec 2007 18:58:10 +0000 (+0000) Subject: Fix Makefile to fipscanisterbuild works again. X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a383b2546efa913c92a64245a27e74f88de3445d;p=oweals%2Fopenssl.git Fix Makefile to fipscanisterbuild works again. --- diff --git a/fips/Makefile b/fips/Makefile index 8976e82ec3..265cd70575 100644 --- a/fips/Makefile +++ b/fips/Makefile @@ -139,7 +139,7 @@ links: # lib: and $(LIB): are splitted to avoid end-less loop lib: $(LIB) - [ "$(FIPSCANISTERINTERNAL)" = "n" ] && $(AR) ../$(FIPSCANLIB).a $(FIPSCANLOC) + if [ "$(FIPSCANISTERINTERNAL)" = "n" ]; then $(AR) ../$(FIPSCANLIB).a $(FIPSCANLOC); fi @touch lib $(LIB): $(FIPSLIBDIR)fipscanister.o