* build-aux/GNUmakefile (_have-git-version-gen): Split long line.
authorJim Meyering <meyering@redhat.com>
Thu, 20 Mar 2008 23:34:04 +0000 (00:34 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 20 Mar 2008 23:34:04 +0000 (00:34 +0100)
ChangeLog
build-aux/GNUmakefile

index 4d31c2a..4be3f75 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-21  Jim Meyering  <meyering@redhat.com>
+
+       * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
+
 2008-03-20  Eric Blake  <ebb9@byu.net>
 
        VPATH fix.
index d30f13b..38dd126 100644 (file)
@@ -50,7 +50,8 @@ _autoreconf ?= autoreconf
 
 # Ensure that $(VERSION) is up to date for dist-related targets, but not
 # for others: rerunning autoreconf and recompiling everything isn't cheap.
-_have-git-version-gen := $(shell test -f $(srcdir)/$(_build-aux)/git-version-gen && echo yes)
+_have-git-version-gen := \
+  $(shell test -f $(srcdir)/$(_build-aux)/git-version-gen && echo yes)
 ifeq ($(_have-git-version-gen)0,yes$(MAKELEVEL))
   _is-dist-target = $(filter-out %clean, \
     $(filter dist% alpha beta major,$(MAKECMDGOALS)))