]> source.dussan.org Git - tigervnc.git/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://svn.code.sf.net/p/tigervnc/code/trunk@3961 3789f03b-4d11-0410-bbf8-ca57d06f2519

common/jpeg/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_%%' > $@