mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-20 11:23:57 +08:00
Makefile.in (install-info, [...]): New dummy targets.
* Makefile.in (install-info, install-dvi, install-ps, install-pdf): New dummy targets. From-SVN: r114468
This commit is contained in:
parent
1df01687da
commit
1af3e54d50
@ -1,3 +1,8 @@
|
||||
2006-06-07 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* Makefile.in (install-info, install-dvi, install-ps, install-pdf):
|
||||
New dummy targets.
|
||||
|
||||
2005-05-23 Carlos O'Donell <carlos@codesourcery.com>
|
||||
|
||||
* Makefile.in: Add info dvi ps pdf html install-html to .PHONY
|
||||
|
@ -148,10 +148,11 @@ installdirs:
|
||||
installcheck:
|
||||
uninstall:
|
||||
|
||||
.PHONY: info dvi ps pdf html install-html
|
||||
.PHONY: info dvi ps pdf html
|
||||
.PHONY: install-info install-dvi install-ps install-pdf install-html
|
||||
|
||||
info dvi ps pdf html:
|
||||
install-html:
|
||||
install-info install-dvi install-ps install-pdf install-html:
|
||||
|
||||
$(OBJECTS): config.h libintl.h
|
||||
bindtextdom.o dcgettext.o dcigettext.o dcngettext.o dgettext.o \
|
||||
|
Loading…
Reference in New Issue
Block a user