summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-11-18 00:30:09 +0100
committerJan Holesovsky <kendy@collabora.com>2014-11-18 00:51:02 +0100
commite423113497bb0b69f6ed3a390feab174cfbc730c (patch)
treecdb6eb9586e61c64b223ca31be595edc43d0f163 /bin
parent0f1be97ffb10f298f3d9805a685d99eb948b4732 (diff)
pch: jpeg's headers conflict with INT32 typedef when in pch.
Change-Id: I02b8fa22c11895d00e29d93b25397af676e3edae
Diffstat (limited to 'bin')
-rwxr-xr-xbin/update_pch.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/update_pch.sh b/bin/update_pch.sh
index 0d0b8f6a9444..61f0c6d74e25 100755
--- a/bin/update_pch.sh
+++ b/bin/update_pch.sh
@@ -150,8 +150,8 @@ function filter_ignore()
grep -v -F -e '#include <oledb.h>' | \
grep -v -F -e '#include <cert.h>' | \
grep -v -F -e '#include <xmlreader/xmlreader.hxx>' | \
- grep -v -F -e '#include "jerror.h"' | \
- grep -v -F -e '#include "jpeglib.h"'
+ grep -v -e '#include [<"]jerror.h[">]' | \
+ grep -v -e '#include [<"]jpeglib.h[">]'
)
# " in #include "foo" breaks echo down below, so " -> @