Commit ff144428 by Loren J. Rittle Committed by Loren J. Rittle

Makefile.am: Use relative file path in rule to allow colon in $(objdir).

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

From-SVN: r44776
parent b5e58904
...@@ -3,6 +3,11 @@ ...@@ -3,6 +3,11 @@
* testsuite/testsuite_hooks.h (__set_testsuite_memlimit): Add * testsuite/testsuite_hooks.h (__set_testsuite_memlimit): Add
dummy default argument to the non-limit implementation. dummy default argument to the non-limit implementation.
bootstrap/3963
* include/Makefile.am: Use relative file path in rule to allow
colon in $(objdir).
* include/Makefile.in: Rebuilt.
2001-08-10 Gunter Winkler gunter.winkler@mathematik.tu-chemnitz.de 2001-08-10 Gunter Winkler gunter.winkler@mathematik.tu-chemnitz.de
* include/bits/std_complex.h (complex<long double>::operator*=, * include/bits/std_complex.h (complex<long double>::operator*=,
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
## USA. ## USA.
## $Id: Makefile.am,v 1.2 2001/08/08 02:48:59 bkoz Exp $ ## $Id: Makefile.am,v 1.3 2001/08/10 15:47:21 gdr Exp $
AUTOMAKE_OPTIONS = 1.3 gnits AUTOMAKE_OPTIONS = 1.3 gnits
MAINT_CHARSET = latin1 MAINT_CHARSET = latin1
...@@ -391,7 +391,7 @@ stamp-${target_alias}: ...@@ -391,7 +391,7 @@ stamp-${target_alias}:
fi fi
echo `date` > stamp-${target_alias} echo `date` > stamp-${target_alias}
${target_builddir}/c++config.h: ${glibcpp_builddir}/config.h \ ${target_builddir}/c++config.h: ../config.h \
${glibcpp_srcdir}/include/bits/c++config \ ${glibcpp_srcdir}/include/bits/c++config \
${target_builddir} ${target_builddir}
@cat ${glibcpp_srcdir}/include/bits/c++config > $@ ;\ @cat ${glibcpp_srcdir}/include/bits/c++config > $@ ;\
......
...@@ -393,7 +393,7 @@ stamp-${target_alias}: ...@@ -393,7 +393,7 @@ stamp-${target_alias}:
fi fi
echo `date` > stamp-${target_alias} echo `date` > stamp-${target_alias}
${target_builddir}/c++config.h: ${glibcpp_builddir}/config.h \ ${target_builddir}/c++config.h: ../config.h \
${glibcpp_srcdir}/include/bits/c++config \ ${glibcpp_srcdir}/include/bits/c++config \
${target_builddir} ${target_builddir}
@cat ${glibcpp_srcdir}/include/bits/c++config > $@ ;\ @cat ${glibcpp_srcdir}/include/bits/c++config > $@ ;\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment