[PATCH xserver] ephyr: spurious $() in the Makefile breaks the make 'dist' target
Gaetan Nadon
memsize at videotron.ca
Wed Mar 19 07:29:58 PDT 2014
Introduced in commit 9fe052d90cca90fdf750d3a45b151be2ac7f0ebd
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
hw/kdrive/ephyr/Makefile.am | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/hw/kdrive/ephyr/Makefile.am b/hw/kdrive/ephyr/Makefile.am
index 040993c..55320eb 100644
--- a/hw/kdrive/ephyr/Makefile.am
+++ b/hw/kdrive/ephyr/Makefile.am
@@ -37,8 +37,7 @@ endif
if GLAMOR
GLAMOR_SRCS = \
ephyr_glamor_glx.c \
- ephyr_glamor_glx.h \
- ()
+ ephyr_glamor_glx.h
endif
if DRI
@@ -50,8 +49,7 @@ DRI_SRCS = \
ephyrglxext.c \
ephyrglxext.h \
ephyrhostglx.c \
- ephyrhostglx.h \
- $()
+ ephyrhostglx.h
endif
bin_PROGRAMS = Xephyr
@@ -67,15 +65,13 @@ Xephyr_SOURCES = \
hostx.h \
$(XV_SRCS) \
$(DRI_SRCS) \
- $(GLAMOR_SRCS) \
- $()
+ $(GLAMOR_SRCS)
if GLAMOR
AM_CPPFLAGS += $(XLIB_CFLAGS)
XEPHYR_GLAMOR_LIB = \
$(top_builddir)/glamor/libglamor.la \
- $(top_builddir)/glamor/libglamor_egl_stubs.la \
- $()
+ $(top_builddir)/glamor/libglamor_egl_stubs.la
endif
Xephyr_LDADD = \
--
1.7.9.5
More information about the xorg-devel
mailing list