From 04537355224ae5615b2eb3c40c2236702e7473e1 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 20 Jun 2013 17:27:50 +0100 Subject: [PATCH] build: Reorder DIST_SUBDIRS to match SUBDIRS MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit So we don’t encounter problems during `make dist` due to recursing in a different order from normal. --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 61c8950..a07828e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,11 +16,11 @@ SUBDIRS += docs endif DIST_SUBDIRS = \ - backends \ - docs \ folks \ - tests \ + backends \ tools \ + tests \ + docs \ po \ $(NULL) -- 2.7.4