]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
A fix for builddir != srcdir. By Paul Eggert.
authorBruno Haible <bruno@clisp.org>
Fri, 28 Jul 2000 21:49:00 +0000 (21:49 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 28 Jul 2000 21:49:00 +0000 (21:49 +0000)
po/ChangeLog
po/Makefile.in.in

index d81985aa4a070a511230ea433a950073074a2da9..8fc93cc81b011b97b8af46138201d07a61d0ae66 100644 (file)
@@ -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
index 8a66147f1fca63947abcb76aed03d726938f707c..ea05955068cd6a48727d58f4d9e2fe395f44caa0 100644 (file)
@@ -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: