blob: f379ef0f70d7b447b064827b107ab71fe2d46f8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$NetBSD: patch-aa,v 1.1.1.1 2008/04/19 18:46:43 kefren Exp $
--- po/Makefile.in.in.orig 2008-03-19 13:44:17.000000000 +0200
+++ po/Makefile.in.in 2008-03-19 13:44:36.000000000 +0200
@@ -32,6 +32,7 @@
gnulocaledir = $(datadir)/locale
gettextsrcdir = $(datadir)/glib-2.0/gettext/po
subdir = po
+top_builddir = @top_builddir@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
|