diff mbox

[libdrm,1/5] automake: wrap an insanely long line

Message ID 1424874496-13540-1-git-send-email-emil.l.velikov@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Emil Velikov Feb. 25, 2015, 2:28 p.m. UTC
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
---
 Makefile.am | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

Comments

Emil Velikov March 8, 2015, 2:28 p.m. UTC | #1
Humble ping. Would anyone be interesting and looking at this trivial series ?

On 25 February 2015 at 14:28, Emil Velikov <emil.l.velikov@gmail.com> wrote:
> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
> ---
>  Makefile.am | 13 ++++++++++++-
>  1 file changed, 12 insertions(+), 1 deletion(-)
>
> diff --git a/Makefile.am b/Makefile.am
> index 3cb516c..e9a041d 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -57,7 +57,18 @@ if HAVE_TEGRA
>  TEGRA_SUBDIR = tegra
>  endif
>
> -SUBDIRS = . $(LIBKMS_SUBDIR) $(INTEL_SUBDIR) $(NOUVEAU_SUBDIR) $(RADEON_SUBDIR) $(OMAP_SUBDIR) $(EXYNOS_SUBDIR) $(FREEDRENO_SUBDIR) $(TEGRA_SUBDIR) tests man
> +SUBDIRS = \
> +       . \
> +       $(LIBKMS_SUBDIR) \
> +       $(INTEL_SUBDIR) \
> +       $(NOUVEAU_SUBDIR) \
> +       $(RADEON_SUBDIR) \
> +       $(OMAP_SUBDIR) \
> +       $(EXYNOS_SUBDIR) \
> +       $(FREEDRENO_SUBDIR) \
> +       $(TEGRA_SUBDIR) \
> +       tests \
> +       man
>
>  libdrm_la_LTLIBRARIES = libdrm.la
>  libdrm_ladir = $(libdir)
> --
> 2.1.3
>
diff mbox

Patch

diff --git a/Makefile.am b/Makefile.am
index 3cb516c..e9a041d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -57,7 +57,18 @@  if HAVE_TEGRA
 TEGRA_SUBDIR = tegra
 endif
 
-SUBDIRS = . $(LIBKMS_SUBDIR) $(INTEL_SUBDIR) $(NOUVEAU_SUBDIR) $(RADEON_SUBDIR) $(OMAP_SUBDIR) $(EXYNOS_SUBDIR) $(FREEDRENO_SUBDIR) $(TEGRA_SUBDIR) tests man
+SUBDIRS = \
+	. \
+	$(LIBKMS_SUBDIR) \
+	$(INTEL_SUBDIR) \
+	$(NOUVEAU_SUBDIR) \
+	$(RADEON_SUBDIR) \
+	$(OMAP_SUBDIR) \
+	$(EXYNOS_SUBDIR) \
+	$(FREEDRENO_SUBDIR) \
+	$(TEGRA_SUBDIR) \
+	tests \
+	man
 
 libdrm_la_LTLIBRARIES = libdrm.la
 libdrm_ladir = $(libdir)