public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* [patch] fix insight links
@ 2000-03-04  0:48 Andrew Cagney
  0 siblings, 0 replies; only message in thread
From: Andrew Cagney @ 2000-03-04  0:48 UTC (permalink / raw)
  To: GDB Patches, Insight (GDB GUI)

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-03-04  0:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-03-04  0:48 [patch] fix insight links Andrew Cagney

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).