]> granicus.if.org Git - libjpeg-turbo/commitdiff
Fix build problems on Solaris 10
authorDRC <dcommander@users.sourceforge.net>
Fri, 29 Jan 2010 07:14:57 +0000 (07:14 +0000)
committerDRC <dcommander@users.sourceforge.net>
Fri, 29 Jan 2010 07:14:57 +0000 (07:14 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@74 632fc199-4ca6-4c93-a231-07263d6284db

simd/Makefile.am

index 0f1d125dbb917e805832b28872de2e2b9c33f000..0ccc93807512aab1bdea6fe3d6b04a2380906cd0 100644 (file)
@@ -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_%%' > $@