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

Use egrep instead.
This commit is contained in:
Richard Levitte 2000-10-22 16:46:47 +00:00
parent e9a583aa26
commit 5cb5715f97

View File

@ -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