This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Re: problems with libio changes


On Wed, 28 January 1998, 10:47:58, manfred@s-direktnet.de wrote:

 > On Wed, 28 January 1998, 00:16:32, law@cygnus.com wrote:
 > 
 >  > 
 >  > 
 >  > libio/tests
 >  > libio/stdio
 >  > libio/testsuite
 >  > libstdc++/tests
 >  > 
 >  > 
 >  > Are all missing makefile fragments which define the default "all" target
 >  > after installing your changes.
 >  > 
 >  > 
 > 
 > Ooops, forgot to patch all those configure.in as well :-(
 >
 [patch deleted]

This is hopefully the last one on this thread:

diff -c -p libio/config.shared.orig libio/config.shared
*** libio/config.shared.orig	Wed Jan 28 10:27:47 1998
--- libio/config.shared	Wed Jan 28 12:12:40 1998
*************** echo >&2 ''
*** 453,459 ****
  echo >&2 '.NOEXPORT:'
  echo >&2 'MAKEOVERRIDES='
  
! cat <<"EOF"
  DEPEND_SOURCES = ${srcdir}/*.cc ${srcdir}/*.c
  depend.new:
  # The sed script below attempts to make the depend output portable.
--- 453,459 ----
  echo >&2 '.NOEXPORT:'
  echo >&2 'MAKEOVERRIDES='
  
! cat >&2 <<"EOF"
  DEPEND_SOURCES = ${srcdir}/*.cc ${srcdir}/*.c
  depend.new:
  # The sed script below attempts to make the depend output portable.


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