Commit 5cb5715f authored by Richard Levitte's avatar Richard Levitte
Browse files

It seems like grep isn't as capable as I thought on some Unix systems.

Use egrep instead.
parent e9a583aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -207,7 +207,7 @@ sub_all:
	fi; \
	done; \
	if echo "$(DIRS)" | \
	    grep '\(^\| \)\(crypto\|ssl\)\( \|$$\)' > /dev/null 2>&1 && \
	    egrep '(^| )(crypto|ssl)( |$$)' > /dev/null 2>&1 && \
	   [ -n "$(SHARED_LIBS)" ]; then \
		$(MAKE) $(SHARED_LIBS); \
	fi