xserver: Branch 'master'

Matthieu Herrb herrb at kemper.freedesktop.org
Sun Jul 9 17:16:33 EEST 2006


 hw/xprint/etc/init.d/Makefile.am |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree 2194d99d9ca3c607e0f5ddd911ee3df536d77564 (from 90a9b82272446fdaebe71c966325fd7e670f75c6)
Author: Matthieu Herrb <matthieu.herrb at laas.fr>
Date:   Sun Jul 9 16:16:08 2006 +0200

    Replace GNU make-ism.

diff --git a/hw/xprint/etc/init.d/Makefile.am b/hw/xprint/etc/init.d/Makefile.am
index dfe8012..0cf1adc 100644
--- a/hw/xprint/etc/init.d/Makefile.am
+++ b/hw/xprint/etc/init.d/Makefile.am
@@ -7,6 +7,6 @@ CLEANFILES = $(noinst_PRE) xprint.pre
 CPP_FILES_FLAGS = -DProjectRoot='"$(PROJECTROOT)"' -DOS_LINUX
 
 xprint.pre: xprint.cpp
-	$(SED) -e 's/^\(\s\+\)#/\1XCOMM/' $< > $@
+	$(SED) -e 's/^\(\s\+\)#/\1XCOMM/' ${srcdir}/xprint.cpp > $@
 
 EXTRA_DIST = xprint.cpp



More information about the xorg-commit mailing list