mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-28 13:30:51 +02:00
ephyr: typo where "()" should be "$()" in the Makefile - breaks make dist
make[3]: Entering directory `/home/nadon/xorg/src/xserver/hw/kdrive/ephyr' make[3]: *** No rule to make target `()', needed by `distdir'. Stop. make[3]: Leaving directory `/home/nadon/xorg/src/xserver/hw/kdrive/ephyr' make[2]: *** [distdir] Error 1 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Eric Anholt <eric@anholt.net> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
bda6fdc71c
commit
870bbf85e6
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ if GLAMOR
|
|||
GLAMOR_SRCS = \
|
||||
ephyr_glamor_glx.c \
|
||||
ephyr_glamor_glx.h \
|
||||
()
|
||||
$()
|
||||
endif
|
||||
|
||||
if DRI
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue