mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-14 15:40:38 +01:00
Make xorg.conf.example rule compatible with Solaris make
Solaris make won't substitute $< in explicit rules, only implicit ones Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
This commit is contained in:
parent
c6029246dd
commit
8d229c4cf9
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ CONF_SUBSTS = -e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g' \
|
|||
-e 's|DEFAULTFONTPATH|$(COMPILEDDEFAULTFONTPATH)|g'
|
||||
|
||||
xorg.conf.example: xorgconf.cpp
|
||||
$(AM_V_GEN)$(SED) $(CONF_SUBSTS) < $< > $@
|
||||
$(AM_V_GEN)$(SED) $(CONF_SUBSTS) < $(srcdir)/xorgconf.cpp > $@
|
||||
|
||||
relink:
|
||||
$(AM_V_at)rm -f Xorg && $(MAKE) Xorg
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue