diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2010-06-15 08:38:59 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2010-06-15 09:28:19 -0400 |
commit | 14763c551fa3c68bfe8ba02389a5f07ab65153b2 (patch) | |
tree | 1b67f4d39def54de45a0de06f8ea18c1f5763b22 /pango-view | |
parent | a30783a14c4dc69adc43922474e79721fec54829 (diff) | |
download | pango-14763c551fa3c68bfe8ba02389a5f07ab65153b2.tar.gz |
Bug 621612 - VPATH build fix
Diffstat (limited to 'pango-view')
-rw-r--r-- | pango-view/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |