mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-05 13:22:47 +00:00
Replace gnu-makeism with portable rules
This commit is contained in:
@@ -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@ \
|
||||
|
||||
Reference in New Issue
Block a user