merge from gcc
This commit is contained in:
parent
dad5469b96
commit
a3ce7aa2ee
@ -1,3 +1,8 @@
|
|||||||
|
2005-05-23 Carlos O'Donell <carlos@codesourcery.com>
|
||||||
|
|
||||||
|
* Makefile.in: Add info dvi ps pdf html install-html to .PHONY
|
||||||
|
Add install-html target.
|
||||||
|
|
||||||
2005-05-13 Nick Clifton <nickc@redhat.com>
|
2005-05-13 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* Update the address and phone number of the FSF organization in
|
* Update the address and phone number of the FSF organization in
|
||||||
|
@ -148,7 +148,10 @@ installdirs:
|
|||||||
installcheck:
|
installcheck:
|
||||||
uninstall:
|
uninstall:
|
||||||
|
|
||||||
|
.PHONY: info dvi ps pdf html install-html
|
||||||
|
|
||||||
info dvi ps pdf html:
|
info dvi ps pdf html:
|
||||||
|
install-html:
|
||||||
|
|
||||||
$(OBJECTS): config.h libintl.h
|
$(OBJECTS): config.h libintl.h
|
||||||
bindtextdom.o dcgettext.o dcigettext.o dcngettext.o dgettext.o \
|
bindtextdom.o dcgettext.o dcigettext.o dcngettext.o dgettext.o \
|
||||||
|
Loading…
Reference in New Issue
Block a user