This is the mail archive of the insight@sourceware.cygnus.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[patch] fix insight links


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]