fix pixman compile with srcdir != builddir
authorOswald Buddenhagen <ossi@kde.org>
Thu, 1 May 2008 08:50:58 +0000 (10:50 +0200)
committerAlan Coopersmith <alan.coopersmith@sun.com>
Fri, 2 May 2008 01:21:03 +0000 (18:21 -0700)
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
pixman/Makefile.am

index 7f5ba8d..176189b 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 < combine.inc > $@ || ($(RM) $@; exit 1)
+       $(PERL) $(srcdir)/combine.pl 8 < $(srcdir)/combine.inc > $@ || ($(RM) $@; exit 1)
 
 pixman-combine64.c : combine.inc combine.pl
-       $(PERL) $(srcdir)/combine.pl 16 < combine.inc > $@ || ($(RM) $@; exit 1)
+       $(PERL) $(srcdir)/combine.pl 16 < $(srcdir)/combine.inc > $@ || ($(RM) $@; exit 1)
 
 EXTRA_DIST = Makefile.win32 combine.inc combine.pl
 CLEANFILES = pixman-combine32.c pixman-combine64.c