From a0ed509928bf2ab7544da098a6f41eb457c5c3ad Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Sun, 6 Jul 2008 09:40:39 +0000 Subject: Makefile.in (install-info): New stub target. libobjc/ * Makefile.in (install-info): New stub target. From-SVN: r137522 --- libobjc/ChangeLog | 4 ++++ libobjc/Makefile.in | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 44743b6..aabb9fd 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,7 @@ +2008-07-06 Ralf Wildenhues + + * Makefile.in (install-info): New stub target. + 2008-06-17 Ralf Wildenhues * configure: Regenerate. diff --git a/libobjc/Makefile.in b/libobjc/Makefile.in index ee9f6a1..f9538af 100644 --- a/libobjc/Makefile.in +++ b/libobjc/Makefile.in @@ -1,6 +1,6 @@ # Makefile for GNU Objective C runtime library. # 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. @@ -270,9 +270,10 @@ exception_gc.lo: exception.c doc: info dvi pdf html # No install-html or install-pdf support -.PHONY: install-html install-pdf +.PHONY: install-html install-pdf install-info install-html: install-pdf: +install-info: LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS)) -- cgit v1.1