From 2a46aeece8cfeceb09e5d676d50017f0095103e4 Mon Sep 17 00:00:00 2001 From: DRC Date: Fri, 29 Jan 2010 07:14:57 +0000 Subject: [PATCH] Fix build problems on Solaris 10 git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@74 632fc199-4ca6-4c93-a231-07263d6284db --- simd/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simd/Makefile.am b/simd/Makefile.am index 0f1d125..0ccc938 100644 --- a/simd/Makefile.am +++ b/simd/Makefile.am @@ -53,5 +53,5 @@ endif $(LIBTOOL) --mode=compile --tag NASM ./nasm_lt.sh $(NASM) $(NAFLAGS) $< -o $@ jsimdcfg.inc: jsimdcfg.inc.h ../jpeglib.h ../jconfig.h ../jmorecfg.h - $(CPP) $< | grep ^[\;%] | sed 's%_cpp_protection_%%' > $@ + $(CPP) jsimdcfg.inc.h | $(GREP) ^[\;%] | sed 's%_cpp_protection_%%' > $@ -- 2.50.1