From 37baf42b1b74884156162c317a6604951e4f2d19 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 21 Apr 2009 15:15:08 -0400 Subject: =?UTF-8?q?Bug=20579694=20=E2=80=93=20Cygwin=20parallel-build=20pa?= =?UTF-8?q?tch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix build on Cygwin. --- pango-view/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pango-view/Makefile.am b/pango-view/Makefile.am index 11dd3066..9a7b41da 100644 --- a/pango-view/Makefile.am +++ b/pango-view/Makefile.am @@ -89,7 +89,7 @@ MAINTAINERCLEANFILES = pango-view.1 dist_man_MANS = pango-view.1 $(srcdir)/pango-view.1: ../configure.in $(pango_view_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) pango-view + $(MAKE) $(AM_MAKEFLAGS) pango-view$(EXEEXT) @echo "Creating $@ using help2man(1)" @$(top_builddir)/missing --run \ help2man --no-info --section=1 \ -- cgit v1.2.1