]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add back VPATH.
authorBruno Haible <bruno@clisp.org>
Wed, 21 May 2003 10:54:54 +0000 (10:54 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:36 +0000 (12:10 +0200)
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/Makefile.in

index 9ba0c0c23fcb3abccd99738c674be792b38ca421..b8d6c72834d415193a39cdc2a0ea76213f16efae 100644 (file)
@@ -1,3 +1,9 @@
+2003-05-20  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.in (VPATH): Add back this variable, needed outside gettext
+       when $builddir != $srcdir.
+       Reported by Pavel Roskin <proski@gnu.org>.
+
 2003-05-18  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.msvc (DEBUGFLAGS): New variable.
index f8a1c794bc614686ae9d954b82bff214888bdf53..882396481f620524c7fb5f73c56e7a4453b59866 100644 (file)
@@ -24,6 +24,7 @@ SHELL = /bin/sh
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 top_builddir = ..
+VPATH = $(srcdir)
 
 prefix = @prefix@
 exec_prefix = @exec_prefix@