From 8cc4c60ff1faaf81f31ea533b51fa87edf6d1a38 Mon Sep 17 00:00:00 2001
From: magnum <magnum>
Date: Thu, 27 Oct 2011 02:22:27 +0200
Subject: [PATCH 31/34] j7: Fix for icc OMPFLAGS in Makefile

---
 src/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Makefile b/src/Makefile
index fe67f53..16a0210 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -257,7 +257,7 @@ linux-x86-64-icc:
 	@echo "#define JOHN_BLD" '"'$@'"' > john_build_rule.h
 	$(MAKE) $(PROJ) \
 		JOHN_OBJS="$(JOHN_OBJS) c3_fmt.o x86-64.o sse-intrinsics.o" \
-		CFLAGS="-c -fast -I/usr/include -static-intel -DHAVE_CRYPT -DHAVE_DL $(OMPFLAGS)" \
+		CFLAGS="-c -fast -I/usr/include -static-intel -DHAVE_CRYPT -DHAVE_DL $(ICCOMPFLAGS)" \
 		LDFLAGS="-lm -lssl -lcrypto -ipo -no-prec-div -xSSE3 -static-intel -lcrypt -ldl $(ICCOMPFLAGS) -s " \
 		CPP="icc" CC="icc" AS="icc" LD="icc"
 
-- 
1.7.5.4

