summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-08-24 07:26:14 -0400
committerGitHub <noreply@github.com>2017-08-24 07:26:14 -0400
commitb57f7f0ae01b0b076fbec13b63ce78ac3cc87b78 (patch)
treed5e337a4b4644eab3d3e93f1608d1d679c07ef46 /GNUmakefile
parentb3cacd8287e103e68f81b21a507fad2efd5f10ec (diff)
downloadcryptopp-git-b57f7f0ae01b0b076fbec13b63ce78ac3cc87b78.tar.gz
Rollup CMake fixes for OpenBSD, MinGW (Issues 380, 466-468, PR #469)
Rollup CMake fixes for OpenBSD (Issues 467-468) Rollup CMake fixes for MinGW (Issues 466) Add CRYPTOPP_ENABLE_ARCH (Issue 380)
Diffstat (limited to 'GNUmakefile')
-rwxr-xr-xGNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 1e7e9f78..1fe2fe46 100755
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -795,11 +795,11 @@ endif
.PHONY: trim
trim:
ifneq ($(IS_DARWIN),0)
- sed -i '' -e's/[[:space:]]*$$//' *.sh .*.yml *.h *.cpp *.asm *.s *.sln *.vcxproj *.filters GNUmakefile GNUmakefile-cross
+ sed -i '' -e's/[[:space:]]*$$//' *.txt *.sh .*.yml *.h *.cpp *.asm *.s *.sln *.vcxproj *.filters GNUmakefile GNUmakefile-cross
sed -i '' -e's/[[:space:]]*$$//' TestData/*.dat TestVectors/*.txt TestScripts/*.*
make convert
else
- sed -i -e's/[[:space:]]*$$//' *.sh .*.yml *.h *.cpp *.asm *.s *.sln *.vcxproj *.filters GNUmakefile GNUmakefile-cross
+ sed -i -e's/[[:space:]]*$$//' *.txt *.sh .*.yml *.h *.cpp *.asm *.s *.sln *.vcxproj *.filters GNUmakefile GNUmakefile-cross
sed -i -e's/[[:space:]]*$$//' TestData/*.dat TestVectors/*.txt TestScripts/*.*
make convert
endif