diff options
author | DJ Delorie <dj@redhat.com> | 2006-05-24 02:02:46 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2006-05-24 02:02:46 +0000 |
commit | a3ce7aa2eef9ceab3d5a80048ec8e9b3d921c0de (patch) | |
tree | 1a926462739411ead17bc41306dec078f8bbd4a9 /intl/Makefile.in | |
parent | dad5469b96d2ccbdfe253c846025f6083cd9ce68 (diff) | |
download | gdb-a3ce7aa2eef9ceab3d5a80048ec8e9b3d921c0de.zip gdb-a3ce7aa2eef9ceab3d5a80048ec8e9b3d921c0de.tar.gz gdb-a3ce7aa2eef9ceab3d5a80048ec8e9b3d921c0de.tar.bz2 |
merge from gcc
Diffstat (limited to 'intl/Makefile.in')
-rw-r--r-- | intl/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/intl/Makefile.in b/intl/Makefile.in index 77dc154..93ba8fc 100644 --- a/intl/Makefile.in +++ b/intl/Makefile.in @@ -148,7 +148,10 @@ installdirs: installcheck: uninstall: +.PHONY: info dvi ps pdf html install-html + info dvi ps pdf html: +install-html: $(OBJECTS): config.h libintl.h bindtextdom.o dcgettext.o dcigettext.o dcngettext.o dgettext.o \ |