Replace GNU make-ism.

This commit is contained in:
Matthieu Herrb 2006-07-09 16:16:08 +02:00 committed by Matthieu Herrb
parent 90a9b82272
commit 2194d99d9c

View File

@ -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