Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Corinna Vinschen <vinschen@redhat.com>
To: bug-dejagnu@gnu.org, gdb-patches@sources.redhat.com
Subject: [PATCH] dejagnu/Makefile.in: Add empty targets install-info and uninstall-info
Date: Fri, 31 Oct 2003 08:43:00 -0000	[thread overview]
Message-ID: <20031031084339.GA2064@cygbert.vinschen.de> (raw)

Hi,

The below patch adds two empty targets to Makefile.am, install-info and
uninstall-info.

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.

Thanks for considering,
Corinna

	* Makefile.am: Add empty install-info and uninstall-info rules.
	* Makefile.in: Regenerate.

Index: Makefile.am
===================================================================
RCS file: /cvs/cvsfiles/gnupro/dejagnu/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- Makefile.am	16 Feb 2003 23:22:45 -0000	1.4
+++ Makefile.am	15 May 2003 16:24:32 -0000	1.5
@@ -119,6 +119,10 @@ baseboards_files = $(srcdir)/baseboards/
 config_dest = $(DESTDIR)$(pkgdatadir)/config
 config_files = $(srcdir)/config/README $(srcdir)/config/*.exp
 
+install-info:
+
+uninstall-info:
+
 install-data-local:
 	$(mkinstalldirs) $(lib_dest) $(includedir)
 	for f in $(lib_files); do \
Index: Makefile.in
===================================================================
RCS file: /cvs/cvsfiles/gnupro/dejagnu/Makefile.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- Makefile.in	16 Feb 2003 23:22:45 -0000	1.4
+++ Makefile.in	15 May 2003 16:24:32 -0000	1.5
@@ -513,6 +513,10 @@ dist-hook: rpmspec overview.html overvie
 	-cp -fr doc/overview.ps $(distdir)/doc/
 	-cp -fr doc/overview.pdf $(distdir)/doc/
 
+install-info:
+
+uninstall-info:
+
 install-data-local:
 	$(mkinstalldirs) $(lib_dest) $(includedir)
 	for f in $(lib_files); do \

-- 
Corinna Vinschen
Cygwin Developer
Red Hat, Inc.


             reply	other threads:[~2003-10-31  8:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-31  8:43 Corinna Vinschen [this message]
2003-11-10  0:09 ` Ben Elliston
2003-11-10  9:15   ` Corinna Vinschen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20031031084339.GA2064@cygbert.vinschen.de \
    --to=vinschen@redhat.com \
    --cc=bug-dejagnu@gnu.org \
    --cc=gdb-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox