summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2000-07-28 21:49:00 +0000
committerBruno Haible <bruno@clisp.org>2000-07-28 21:49:00 +0000
commit97c4fa75acea2951b8b6ad0e51ca8d9ad9724211 (patch)
treecfceae16c4619231ca94ee843658d06e74199a69 /po
parent8775e5a79f205dab038fd5d8b56f8620feb29854 (diff)
downloadexternal_gettext-97c4fa75acea2951b8b6ad0e51ca8d9ad9724211.zip
external_gettext-97c4fa75acea2951b8b6ad0e51ca8d9ad9724211.tar.gz
external_gettext-97c4fa75acea2951b8b6ad0e51ca8d9ad9724211.tar.bz2
A fix for builddir != srcdir. By Paul Eggert.
Diffstat (limited to 'po')
-rw-r--r--po/ChangeLog5
-rw-r--r--po/Makefile.in.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/po/ChangeLog b/po/ChangeLog
index d81985a..8fc93cc 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,8 @@
+1998-07-24 Paul Eggert <eggert@twinsun.com>
+
+ * Makefile.in.in (cat-id-tbl.o): Depend on
+ $(top_srcdir)/intl/libgettext.h, not ../intl/libgettext.h.
+
1998-07-26 Paul Eggert <eggert@twinsun.com>
* Makefile.in.in (maintainer-clean): Remove cat-id-tbl.c and
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 8a66147..ea05955 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -178,7 +178,7 @@ uninstall:
check: all
-cat-id-tbl.o: ../intl/libgettext.h
+cat-id-tbl.o: $(top_srcdir)/intl/libgettext.h
dvi info tags TAGS ID: