From: Carlos O'Donell Date: Wed, 24 May 2006 01:30:43 +0000 (+0000) Subject: Makefile.in: Add info dvi ps pdf html install-html to .PHONY Add install-html target. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e5fbdab9c2710e1dc400ef97d09ddb6cbcbff78f;p=platform%2Fupstream%2Fgcc.git Makefile.in: Add info dvi ps pdf html install-html to .PHONY Add install-html target. 2005-05-23 Carlos O'Donell * Makefile.in: Add info dvi ps pdf html install-html to .PHONY Add install-html target. From-SVN: r114034 --- diff --git a/intl/ChangeLog b/intl/ChangeLog index 8ccdb81..5a21c35 100644 --- a/intl/ChangeLog +++ b/intl/ChangeLog @@ -1,3 +1,8 @@ +2005-05-23 Carlos O'Donell + + * Makefile.in: Add info dvi ps pdf html install-html to .PHONY + Add install-html target. + 2005-05-13 Nick Clifton * Update the address and phone number of the FSF organization in 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 \