diff options
author | Bruno Haible <bruno@clisp.org> | 2001-12-21 16:50:19 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-22 00:28:17 +0200 |
commit | 2d50fe3edc095e1bd1a79c03123ea5d826e6a52e (patch) | |
tree | a94f36febfc204fbe4870bc84e239d6506aee627 /os2 | |
parent | 3ad8187dc84124af562f8cdb9b6787ca81501e0c (diff) | |
download | external_gettext-2d50fe3edc095e1bd1a79c03123ea5d826e6a52e.zip external_gettext-2d50fe3edc095e1bd1a79c03123ea5d826e6a52e.tar.gz external_gettext-2d50fe3edc095e1bd1a79c03123ea5d826e6a52e.tar.bz2 |
Renamed intl/libgettext.h to lib/gettext.h.
Diffstat (limited to 'os2')
-rw-r--r-- | os2/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/os2/Makefile b/os2/Makefile index 5c3d108..94e11f6 100644 --- a/os2/Makefile +++ b/os2/Makefile @@ -248,21 +248,21 @@ $(OUT)dir-list.o: ../lib/system.h ../src/dir-list.h \ $(OUT)message.o: ../lib/fstrcmp.h ../src/message.h ../src/str-list.h \ ../src/pos.h ../lib/system.h $(OUT)open-po.o: ../src/open-po.h ../src/dir-list.h ../lib/error.h \ - ../lib/system.h ../intl/libgettext.h + ../lib/system.h ../lib/gettext.h $(OUT)po-gram-gen.o: ../src/po-lex.h ../lib/error.h ../src/pos.h \ - ../src/po-gram.h ../lib/system.h ../intl/libgettext.h \ + ../src/po-gram.h ../lib/system.h ../lib/gettext.h \ ../src/po.h $(OUT)po-hash-gen.o: ../src/po-hash.h ../src/po.h ../src/po-lex.h \ ../lib/error.h ../src/pos.h -$(OUT)po-lex.o: ../intl/libgettext.h ../src/po-lex.h ../lib/error.h \ +$(OUT)po-lex.o: ../lib/gettext.h ../src/po-lex.h ../lib/error.h \ ../src/pos.h ../src/open-po.h ../src/po-gram-gen2.h $(OUT)po.o: ../src/po.h ../src/po-lex.h ../lib/error.h \ ../src/pos.h ../src/po-hash.h ../lib/mbswidth.h \ - ../intl/libgettext.h + ../lib/gettext.h $(OUT)str-list.o: ../src/str-list.h $(OUT)write-po.o: ../src/write-po.h ../src/message.h \ ../src/str-list.h ../src/pos.h ../lib/c-ctype.h \ - ../lib/linebreak.h ../lib/error.h ../intl/libgettext.h + ../lib/linebreak.h ../lib/error.h ../lib/gettext.h $(OUT)xget-lex.o: ../src/dir-list.h ../lib/error.h \ - ../intl/libgettext.h ../lib/hash.h ../src/str-list.h \ + ../lib/gettext.h ../lib/hash.h ../src/str-list.h \ ../src/xget-lex.h |