Commit 42ebb17f by Loren J. Rittle Committed by Loren J. Rittle

Makefile.am: Use CONFIG_HEADER instead of ad hoc names.

2002-02-19  Loren Rittle <ljrittle@acm.org>

	* include/Makefile.am: Use CONFIG_HEADER instead of ad hoc names.
	* include/Makefile.in: Rebuilt.

From-SVN: r49877
parent 5c464583
2002-02-19 Loren Rittle <ljrittle@acm.org>
* include/Makefile.am: Use CONFIG_HEADER instead of ad hoc names.
* include/Makefile.in: Rebuilt.
2002-02-18 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
* testsuite/22_locale/collate_byname.cc (test01): Replace size4
......
......@@ -362,7 +362,7 @@ ${target_builddir}/stamp-target: ${target_headers} stamp-${target_alias}
fi
# Target includes dynamic.
${target_builddir}/c++config.h: ${glibcpp_builddir}/config.h \
${target_builddir}/c++config.h: ${CONFIG_HEADER} \
${glibcpp_srcdir}/include/bits/c++config \
stamp-${target_alias}
@cat ${glibcpp_srcdir}/include/bits/c++config > $@ ;\
......@@ -370,7 +370,7 @@ ${target_builddir}/c++config.h: ${glibcpp_builddir}/config.h \
-e 's/PACKAGE/_GLIBCPP_PACKAGE/g' \
-e 's/VERSION/_GLIBCPP_VERSION/g' \
-e 's/WORDS_/_GLIBCPP_WORDS_/g' \
< ${glibcpp_builddir}/config.h >> $@ ;\
< ${CONFIG_HEADER} >> $@ ;\
echo "#endif // _CPP_CPPCONFIG_" >>$@
# Target includes for threads
......
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