From 14763c551fa3c68bfe8ba02389a5f07ab65153b2 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 15 Jun 2010 08:38:59 -0400 Subject: Bug 621612 - VPATH build fix --- 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 2721f970..dbfd81a0 100644 --- a/pango-view/Makefile.am +++ b/pango-view/Makefile.am @@ -93,7 +93,7 @@ nodist_man_MANS = pango-view.1 # The indirection through pango-view.1.in is to make parallel build work. # See bug 587768. $(srcdir)/pango-view.1.in: ../configure.in $(pango_view_SOURCES) - $(AM_V_GEN) $(top_builddir)/missing --run \ + $(AM_V_GEN) $(top_srcdir)/missing --run \ help2man --no-info --section=1 \ --help-option="--help-all" --output="$@.tmp" \ --name 'Pango text viewer' ./pango-view \ -- cgit v1.2.1