From 2194d99d9ca3c607e0f5ddd911ee3df536d77564 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sun, 9 Jul 2006 16:16:08 +0200 Subject: [PATCH] Replace GNU make-ism. --- hw/xprint/etc/init.d/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xprint/etc/init.d/Makefile.am b/hw/xprint/etc/init.d/Makefile.am index dfe801240..0cf1adc92 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