mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-18 00:10:32 +01:00
Replace gnu-makeism with portable rules
This commit is contained in:
parent
ea5c49cb17
commit
a0366ddb8c
1 changed files with 10 additions and 2 deletions
|
|
@ -61,9 +61,17 @@ XORG_LIBS = \
|
|||
# it to install callbacks for those actions.
|
||||
#
|
||||
|
||||
xkb%.c:
|
||||
xkbVT.c:
|
||||
echo "#define XF86DDXACTIONS" > $@
|
||||
echo "#include \"$(top_srcdir)/xkb/ddx$*.c\"" >> $@
|
||||
echo "#include \"$(top_srcdir)/xkb/ddxVT.c\"" >> $@
|
||||
|
||||
xkbKillSrv.c:
|
||||
echo "#define XF86DDXACTIONS" > $@
|
||||
echo "#include \"$(top_srcdir)/xkb/ddxKillSrv.c\"" >> $@
|
||||
|
||||
xkbPrivate.c:
|
||||
echo "#define XF86DDXACTIONS" > $@
|
||||
echo "#include \"$(top_srcdir)/xkb/ddxPrivate.c\"" >> $@
|
||||
|
||||
Xorg_LDADD = $(XORG_LIBS) \
|
||||
@XSERVER_LIBS@ \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue