From ae6cb5483ef687ff52bdf59fca0d13651a84759a Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 26 May 2011 22:10:28 +0000 Subject: Use || instead of && so build doesn't fail. --- Makefile.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.org') diff --git a/Makefile.org b/Makefile.org index 56abf480f9..1e2e466ef5 100644 --- a/Makefile.org +++ b/Makefile.org @@ -286,7 +286,7 @@ build_testapps: @dir=crypto; target=testapps; $(BUILD_ONE_CMD) fips_premain_dso$(EXE_EXT): libcrypto.a - [ -n "$(FIPSCANLIB)" ] && $(CC) $(CFLAGS) \ + [ -z "$(FIPSCANLIB)" ] || $(CC) $(CFLAGS) \ -DFINGERPRINT_PREMAIN_DSO_LOAD -o $@ \ $(FIPSLIBDIR)fips_premain.c $(FIPSLIBDIR)fipscanister.o \ libcrypto.a $(EX_LIBS) -- cgit v1.2.3