Re: gettext-0.12 is released
- From: Bruno Haible <bruno clisp org>
- To: Pavel Roskin <proski gnu org>
- Cc: gnome-i18n gnome org
- Subject: Re: gettext-0.12 is released
- Date: Wed, 21 May 2003 12:59:08 +0200 (CEST)
Pavel Roskin writes:
> Indeed, intl/Makefile in the build directory has explicit rules for *.lo
> with $(srcdir) and suffix rule for *.o, which doesn't work because VPATH
> is not set.
>
> Either the explicit rules should be written for *.o files, or VPATH should
> be restored. It was in intl/Makefile in gettext-0.11.5.
You are entirely right; I'll use this patch in gettext-0.12.1.
Bruno
*** gettext-runtime/intl/Makefile.in.bak Sat May 3 20:09:45 2003
--- gettext-runtime/intl/Makefile.in Wed May 21 00:09:37 2003
***************
*** 24,29 ****
--- 24,30 ----
srcdir = @srcdir@
top_srcdir = @top_srcdir@
top_builddir = ..
+ VPATH = $(srcdir)
prefix = @prefix@
exec_prefix = @exec_prefix@
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]