[pango/1.28: 21/24] Bug 621612 - VPATH build fix



commit 14763c551fa3c68bfe8ba02389a5f07ab65153b2
Author: Behdad Esfahbod <behdad behdad org>
Date:   Tue Jun 15 08:38:59 2010 -0400

    Bug 621612 - VPATH build fix

 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 2721f97..dbfd81a 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 \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]