Fix pixman/Makefile.am to work with Solaris make
authorAlan Coopersmith <alan.coopersmith@sun.com>
Fri, 25 Apr 2008 01:10:56 +0000 (18:10 -0700)
committerAlan Coopersmith <alan.coopersmith@sun.com>
Fri, 25 Apr 2008 01:10:56 +0000 (18:10 -0700)
pixman/Makefile.am

index 74c6102..7f5ba8d 100644 (file)
@@ -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