Commit a0ed5099 by Ralf Wildenhues Committed by Ralf Wildenhues

Makefile.in (install-info): New stub target.

libobjc/
	* Makefile.in (install-info): New stub target.

From-SVN: r137522
parent 3954ea9e
2008-07-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* Makefile.in (install-info): New stub target.
2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* configure: Regenerate. * configure: Regenerate.
......
# Makefile for GNU Objective C runtime library. # Makefile for GNU Objective C runtime library.
# Copyright 1993, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, # Copyright 1993, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004,
# 2005, 2006 Free Software Foundation, Inc. # 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
#This file is part of GCC. #This file is part of GCC.
...@@ -270,9 +270,10 @@ exception_gc.lo: exception.c ...@@ -270,9 +270,10 @@ exception_gc.lo: exception.c
doc: info dvi pdf html doc: info dvi pdf html
# No install-html or install-pdf support # No install-html or install-pdf support
.PHONY: install-html install-pdf .PHONY: install-html install-pdf install-info
install-html: install-html:
install-pdf: install-pdf:
install-info:
LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS)) LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment