pixman: Branch 'wide-composite'

Aaron Plattner aplattner at kemper.freedesktop.org
Fri Oct 19 23:57:28 PDT 2007


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

New commits:
commit 06426f5e4fa99f813791e721d1865104e94ff56a
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Fri Oct 19 23:56:34 2007 -0700

    Use $(CURDIR) rather than the less convenient `pwd`, at Daniel Stone's suggestion.

diff --git a/pixman/Makefile.am b/pixman/Makefile.am
index bff74b6..9d92f27 100644
--- a/pixman/Makefile.am
+++ b/pixman/Makefile.am
@@ -1,8 +1,7 @@
 EXTRA_DIST = gen.pl formats.pl pixman-access-handcode.c
 pixman-access.c: gen.pl formats.pl pixman-access-handcode.c
-	target=`pwd`/$@; \
-	cd $(srcdir); \
-	perl $(srcdir)/gen.pl > $$target
+	cd $(srcdir) && \
+	perl ./gen.pl > $(CURDIR)/$@
 
 lib_LTLIBRARIES = libpixman-1.la
 libpixman_1_la_LDFLAGS = -version-info $(LT_VERSION_INFO)


More information about the xorg-commit mailing list