aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Mark Griffiths <mark@thebespokepixel.com>2014-09-04 11:34:43 +0100
committerGravatar Mark Griffiths <mark@thebespokepixel.com>2014-09-04 11:34:43 +0100
commit6821f5ef4a80ed08e9f0e9fdea08867c3ac95e26 (patch)
tree88134716c08fe673184da21f6a29e2334201e317
parentab433cfe65e38c636cae05239f5ac65fd72838bb (diff)
Portable Makefile fix
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 431f24da..f857cec8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -381,7 +381,7 @@ lexicon_filter: lexicon.txt lexicon_filter.in
# /bin or /usr/bin and some versions dont allow more than one comment!.
sed <$@.in >$@.tmp -e 's|@sed@|'"`which sed`"'|' -e '/^[ ]*#[^!]/d'
# Scan through the lexicon, transforming each line to something useful to Doxygen.
- if `echo "x" | sed "/[[:<:]]x/d"`; then \
+ if `echo "x" | sed "/[[:<:]]x/d" 2>/dev/null`; then \
WORDBL='[[:<:]]'; WORDBR='[[:>:]]'; \
else\
WORDBL='\\<'; WORDBR='\\>'; \