public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Andrew Cagney <ac131313@cygnus.com>
To: GDB Patches <gdb-patches@sourceware.cygnus.com>,
	"Insight (GDB GUI)" <insight@sourceware.cygnus.com>
Subject: [patch] fix insight links
Date: Sat, 04 Mar 2000 00:48:00 -0000	[thread overview]
Message-ID: <38C0CDA8.AF268559@cygnus.com> (raw)

FYI, Alexandre Oliva <oliva@lsd.ic.unicamp.br>

I know I tested this, just not in an empty directory tree.

	Andrew
Sat Mar  4 19:38:11 2000  Andrew Cagney  <cagney@b1.cygnus.com>

	By: Sat Mar 4 04:08:58 2000 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
	* Makefile.in (all-gdbtk): Fix $srcdir to ${srcdir}.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -c -r1.11 -r1.12
*** Makefile.in	2000/03/03 05:44:38	1.11
--- Makefile.in	2000/03/04 07:11:38	1.12
***************
*** 1261,1270 ****
  
  all-gdbtk:
  	if test "$(LN_S)" = "ln -s" -a ! -d gdbtcl/images ; then \
! 	  echo linking $srcdir/gdbtk/library to gdbtcl ; \
! 	  $(LN_S) $srcdir/gdbtk/library gdbtcl ; \
  	else \
! 	  echo Warning: Unable to link $srcdir/gdbtk/library to gdbtcl. ; \
  	  echo "         " You will need to do a ; \
  	  echo "         " make install before you are able to run the GUI. ; \
  	fi
--- 1261,1270 ----
  
  all-gdbtk:
  	if test "$(LN_S)" = "ln -s" -a ! -d gdbtcl/images ; then \
! 	  echo linking ${srcdir}/gdbtk/library to gdbtcl ; \
! 	  $(LN_S) ${srcdir}/gdbtk/library gdbtcl ; \
  	else \
! 	  echo Warning: Unable to link ${srcdir}/gdbtk/library to gdbtcl. ; \
  	  echo "         " You will need to do a ; \
  	  echo "         " make install before you are able to run the GUI. ; \
  	fi

                 reply	other threads:[~2000-03-04  0:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=38C0CDA8.AF268559@cygnus.com \
    --to=ac131313@cygnus.com \
    --cc=gdb-patches@sourceware.cygnus.com \
    --cc=insight@sourceware.cygnus.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).