pixman: Branch 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Thu Apr 24 18:10:59 PDT 2008


 pixman/Makefile.am |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3cea659d72bc3429a8766e63c66346e76e61c9b5
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Thu Apr 24 18:10:56 2008 -0700

    Fix pixman/Makefile.am to work with Solaris make

diff --git a/pixman/Makefile.am b/pixman/Makefile.am
index 74c6102..7f5ba8d 100644
--- a/pixman/Makefile.am
+++ b/pixman/Makefile.am
@@ -29,10 +29,10 @@ libpixmaninclude_HEADERS = pixman.h pixman-version.h
 noinst_LTLIBRARIES = 
 
 pixman-combine32.c : combine.inc combine.pl
-	$(PERL) $(srcdir)/combine.pl 8 < $< > $@ || ($(RM) $@; exit 1)
+	$(PERL) $(srcdir)/combine.pl 8 < combine.inc > $@ || ($(RM) $@; exit 1)
 
 pixman-combine64.c : combine.inc combine.pl
-	$(PERL) $(srcdir)/combine.pl 16 < $< > $@ || ($(RM) $@; exit 1)
+	$(PERL) $(srcdir)/combine.pl 16 < combine.inc > $@ || ($(RM) $@; exit 1)
 
 EXTRA_DIST = Makefile.win32 combine.inc combine.pl
 CLEANFILES = pixman-combine32.c pixman-combine64.c


More information about the xorg-commit mailing list