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:
Gaetan Nadon 2014-03-19 14:17:15 -04:00 committed by Eric Anholt
parent bda6fdc71c
commit 870bbf85e6

View File

@ -38,7 +38,7 @@ if GLAMOR
GLAMOR_SRCS = \ GLAMOR_SRCS = \
ephyr_glamor_glx.c \ ephyr_glamor_glx.c \
ephyr_glamor_glx.h \ ephyr_glamor_glx.h \
() $()
endif endif
if DRI if DRI