trim trailing spaces in mpi.c

This commit is contained in:
Steffen Jaeckel 2015-10-07 15:13:03 +02:00
parent f7e7f83718
commit 24ef85f9e9
2 changed files with 661 additions and 660 deletions

View File

@ -181,7 +181,8 @@ clean:
.PHONY: pre_gen
pre_gen:
perl gen.pl
mv mpi.c pre_gen/
sed -e 's/[[:blank:]]*$$//' mpi.c > pre_gen/mpi.c
rm mpi.c
zipup:
rm -rf ../tomsfastmath-$(VERSION) && rm -f ../tfm-$(VERSION).zip ../tfm-$(VERSION).tar.bz2 && \

File diff suppressed because it is too large Load Diff