From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14374 invoked by alias); 10 Nov 2003 00:09:03 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 14367 invoked from network); 10 Nov 2003 00:09:03 -0000 Received: from unknown (HELO main.gmane.org) (80.91.224.249) by sources.redhat.com with SMTP; 10 Nov 2003 00:09:03 -0000 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AIzc6-0006Tp-00 for ; Mon, 10 Nov 2003 01:09:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gdb-patches@sources.redhat.com Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AIzc5-0006Th-00 for ; Mon, 10 Nov 2003 01:09:01 +0100 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AIzc5-0000zA-00 for ; Mon, 10 Nov 2003 01:09:01 +0100 From: Ben Elliston Subject: Re: [PATCH] dejagnu/Makefile.in: Add empty targets install-info and uninstall-info Date: Mon, 10 Nov 2003 00:09:00 -0000 Message-ID: <87vfptozja.fsf@wasabisystems.com> References: <20031031084339.GA2064@cygbert.vinschen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Cc: bug-dejagnu@gnu.org X-SW-Source: 2003-11/txt/msg00177.txt.bz2 Corinna Vinschen writes: > The reason for that patch is, that it's not possible to call `make > install-info' from a top level build dir, because the install > process fails in dejagnu with the message > > make: *** No rule to make target `install-info'. Stop. > > The below patch allows that now, just doing nothing in the dejagnu > subdir for now. You can apply this patch to src/dejagnu, if you wish, to solve your immediate problem. This problem does not exist in the savannah DejaGnu repository, though, where we have upgraded to Automake 1.7. Cheers, Ben