]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
maint: fix missing command error in make dist.
authorGary V. Vaughan <gary@gnu.org>
Thu, 25 Oct 2012 12:14:27 +0000 (07:14 -0500)
committerGary V. Vaughan <gary@gnu.org>
Thu, 25 Oct 2012 12:14:27 +0000 (07:14 -0500)
* Makefile.am ($(readme)): Don't forget the 'test'!

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Makefile.am

index d7baa93e99a46f4477796c66aa79256d71335b94..4a1d1c4efdc1109328d4014bac4e811f3fbfedbd 100644 (file)
@@ -550,7 +550,7 @@ EXTRA_DIST += $(edit_readme_alpha)
 re_odd_version = '\([0-9][0-9]*.[0-9][0-9]*.[0-9]*[13579]\)'
 $(readme): FORCE
        @if test -n `expr $(VERSION) : $(re_odd_version)`; then \
-         if test 0 = '$(AM_DEFAULT_VERBOSITY)' && 1 != '$(V)'; \
+         if test 0 = '$(AM_DEFAULT_VERBOSITY)' && test 1 != '$(V)'; \
            then echo "  GEN     " $@; \
          else echo "$(SHELL) $(edit_readme_alpha) $@"; fi; \
          $(SHELL) $(edit_readme_alpha) '$@'; \