Replace GNU make-ism.
This commit is contained in:
parent
90a9b82272
commit
2194d99d9c
|
@ -7,6 +7,6 @@ CLEANFILES = $(noinst_PRE) xprint.pre
|
||||||
CPP_FILES_FLAGS = -DProjectRoot='"$(PROJECTROOT)"' -DOS_LINUX
|
CPP_FILES_FLAGS = -DProjectRoot='"$(PROJECTROOT)"' -DOS_LINUX
|
||||||
|
|
||||||
xprint.pre: xprint.cpp
|
xprint.pre: xprint.cpp
|
||||||
$(SED) -e 's/^\(\s\+\)#/\1XCOMM/' $< > $@
|
$(SED) -e 's/^\(\s\+\)#/\1XCOMM/' ${srcdir}/xprint.cpp > $@
|
||||||
|
|
||||||
EXTRA_DIST = xprint.cpp
|
EXTRA_DIST = xprint.cpp
|
||||||
|
|
Loading…
Reference in New Issue