It seems like grep isn't as capable as I thought on some Unix systems.
Use egrep instead.
This commit is contained in:
parent
e9a583aa26
commit
5cb5715f97
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user