mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
* Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
* Makefile.in: Regenerate.
This commit is contained in:
parent
5f5e16be30
commit
313b8244d1
@ -1,3 +1,8 @@
|
|||||||
|
2002-12-19 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
* Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
|
||||||
|
* Makefile.in: Regenerate.
|
||||||
|
|
||||||
2002-12-18 H.J. Lu <hjl@gnu.org>
|
2002-12-18 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
* Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
|
* Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
|
||||||
|
@ -69,7 +69,8 @@ includedir = @includedir@
|
|||||||
oldincludedir = @oldincludedir@
|
oldincludedir = @oldincludedir@
|
||||||
infodir = @infodir@
|
infodir = @infodir@
|
||||||
mandir = @mandir@
|
mandir = @mandir@
|
||||||
gxx_include_dir=@gxx_include_dir@
|
gxx_include_dir = @gxx_include_dir@
|
||||||
|
libstdcxx_incdir = @libstdcxx_incdir@
|
||||||
|
|
||||||
tooldir = @tooldir@
|
tooldir = @tooldir@
|
||||||
build_tooldir = @build_tooldir@
|
build_tooldir = @build_tooldir@
|
||||||
|
@ -72,7 +72,8 @@ includedir = @includedir@
|
|||||||
oldincludedir = @oldincludedir@
|
oldincludedir = @oldincludedir@
|
||||||
infodir = @infodir@
|
infodir = @infodir@
|
||||||
mandir = @mandir@
|
mandir = @mandir@
|
||||||
gxx_include_dir=@gxx_include_dir@
|
gxx_include_dir = @gxx_include_dir@
|
||||||
|
libstdcxx_incdir = @libstdcxx_incdir@
|
||||||
|
|
||||||
tooldir = @tooldir@
|
tooldir = @tooldir@
|
||||||
build_tooldir = @build_tooldir@
|
build_tooldir = @build_tooldir@
|
||||||
|
@ -1736,6 +1736,7 @@ s%@build_subdir@%${build_subdir}%
|
|||||||
s%@build_prefix@%${build_prefix}%
|
s%@build_prefix@%${build_prefix}%
|
||||||
s%@build_configargs@%${buildargs}%
|
s%@build_configargs@%${buildargs}%
|
||||||
s%@gxx_include_dir@%${gxx_include_dir}%
|
s%@gxx_include_dir@%${gxx_include_dir}%
|
||||||
|
s%@libstdcxx_incdir@%${libstdcxx_incdir}%
|
||||||
s%@host_configargs@%${hostargs}%
|
s%@host_configargs@%${hostargs}%
|
||||||
EOF
|
EOF
|
||||||
sed -f $sedtemp Makefile > Makefile.tem
|
sed -f $sedtemp Makefile > Makefile.tem
|
||||||
|
Loading…
Reference in New Issue
Block a user