mirror of
https://github.com/libtom/libtomcrypt
synced 2026-08-25 20:26:07 -04:00
trim trailing spaces in mingw makefiles
This commit is contained in:
parent
a8598b0faf
commit
98e05b10a0
1 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,8 @@ sed -e 's/ *$//' < tmp.delme > makefile.unix
|
|||
rm -f tmp.delme
|
||||
|
||||
perl filter.pl makefile.mingw tmplist
|
||||
mv -f tmp.delme makefile.mingw
|
||||
sed -e 's/ *$//' < tmp.delme > makefile.mingw
|
||||
rm -f tmp.delme
|
||||
|
||||
perl filter.pl makefile.msvc tmplist
|
||||
sed -e 's/\.o /.obj /g' -e 's/ *$//' < tmp.delme > makefile.msvc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue