mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-13 14:51:18 +08:00
* Makefile.in: Add dummy install-pdf target.
From-SVN: r122447
This commit is contained in:
parent
e6e3b4b35e
commit
385931236c
@ -1,3 +1,7 @@
|
||||
2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
|
||||
|
||||
* Makefile.in: Add dummy install-pdf target.
|
||||
|
||||
2007-02-18 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
|
||||
|
||||
* objc/objc-list.h (list_free): Add keyword 'inline' to avoid
|
||||
|
@ -269,9 +269,10 @@ exception_gc.lo: exception.c
|
||||
|
||||
doc: info dvi pdf html
|
||||
|
||||
# No install-html support
|
||||
.PHONY: install-html
|
||||
# No install-html or install-pdf support
|
||||
.PHONY: install-html install-pdf
|
||||
install-html:
|
||||
install-pdf:
|
||||
|
||||
libobjc$(libext).la: $(OBJS)
|
||||
$(LIBTOOL_LINK) $(CC) -o $@ $(OBJS) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user