This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

dejgnu patch


I believe there is a minor typo in dejagnu/testsuite/Makefile.in.

Here is a ChangeLog entry:

2002-07-27  Ian Dall  <ian@sibyl.beware.dropbear.id.au>

	* testsuite/Makefile.in (site.exp): Fix typo.
	




Index: dejagnu/testsuite/Makefile.in
===================================================================
RCS file: /cvs/src/src/dejagnu/testsuite/Makefile.in,v
retrieving revision 1.3
diff -c -r1.3 Makefile.in
*** dejagnu/testsuite/Makefile.in	19 Apr 2002 15:58:10 -0000	1.3
--- dejagnu/testsuite/Makefile.in	28 Jul 2002 13:07:47 -0000
***************
*** 316,322 ****
  	@echo 'Making a new site.exp file...'
  	@test ! -f site.bak || rm -f site.bak
  	@echo '## these variables are automatically generated by make ##' > $@-t
! 	@echo '# Do not edit here.  If you wish to override these values' >> $-t
  	@echo '# edit the last section' >> $@-t
  	@echo 'set objdir' `pwd` >> $@-t
  	@echo 'set tmpdir tmpdir' >> $@-t
--- 316,322 ----
  	@echo 'Making a new site.exp file...'
  	@test ! -f site.bak || rm -f site.bak
  	@echo '## these variables are automatically generated by make ##' > $@-t
! 	@echo '# Do not edit here.  If you wish to override these values' >> $@-t
  	@echo '# edit the last section' >> $@-t
  	@echo 'set objdir' `pwd` >> $@-t
  	@echo 'set tmpdir tmpdir' >> $@-t


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