This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


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

Applied PATCH for colon in $(objdir) problem


I still think it is somewhat trashy but Mark said it was OK and no one
complained.  If someone knows how to fix this better PLEASE do.

Bootstrapped on i386-*-freebsd4.3 using my normal process.  Also
tested failing case reported by Gerald.  Applied to mainline.  I will
move to branch and close report on Monday.

	bootstrap/3963
	* include/Makefile.am: Use relative file path in rule to allow
	colon in $(objdir).
	* include/Makefile.in: Rebuilt.

Index: include/Makefile.am
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/include/Makefile.am,v
retrieving revision 1.3
diff -c -r1.3 Makefile.am
*** Makefile.am	2001/08/10 15:47:21	1.3
--- Makefile.am	2001/08/10 20:35:35
***************
*** 391,397 ****
  	fi
  	echo `date` > stamp-${target_alias}
  
! ${target_builddir}/c++config.h: ${glibcpp_builddir}/config.h \
  				${glibcpp_srcdir}/include/bits/c++config \
  				${target_builddir}
  	@cat ${glibcpp_srcdir}/include/bits/c++config > $@ ;\
--- 391,397 ----
  	fi
  	echo `date` > stamp-${target_alias}
  
! ${target_builddir}/c++config.h: ../config.h \
  				${glibcpp_srcdir}/include/bits/c++config \
  				${target_builddir}
  	@cat ${glibcpp_srcdir}/include/bits/c++config > $@ ;\


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