mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Replace GNU make-ism.
This commit is contained in:
committed by
Matthieu Herrb
parent
90a9b82272
commit
2194d99d9c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user