aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2025-03-29 00:47:57 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2025-03-29 00:47:57 +0100
commitea46ef1d21ce3bc6b7584cdf21b7b26d5daf72db (patch)
tree129eb76151d531e14e6deb50ab316ab9d852cfe4 /gcc/fortran
parentd9b56c65a2697e0d7a6c0f15f1977803dc94579b (diff)
downloadgcc-ea46ef1d21ce3bc6b7584cdf21b7b26d5daf72db.zip
gcc-ea46ef1d21ce3bc6b7584cdf21b7b26d5daf72db.tar.gz
gcc-ea46ef1d21ce3bc6b7584cdf21b7b26d5daf72db.tar.bz2
cobol: Fix up cobol/{charmaps,valconv}.cc rules
sed -i is not portable, it is supported by GNU sed and perhaps some BSDs, but not elsewhere. Furthermore, I think it is far better to always use #include "../../libgcobol/something.h" paths rather than something depending on the build directory. And because we require GNU make, we don't have to have two different rules for those, can use just one for both. The l variable in there is just to make it fit into 80 columns. 2025-03-28 Jakub Jelinek <jakub@redhat.com> * Make-lang.in (cobol/charmaps.cc, cobol/valconv.cc): Used sed -e instead of cp and multiple sed -i commands. Always prefix libgcobol header names in #include directives with ../../libgcobol/ rather than something depending on $(LIB_SOURCE).
Diffstat (limited to 'gcc/fortran')
0 files changed, 0 insertions, 0 deletions