From 28b3219d007e1a5eccb0069e81842288e1b0e694 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 2 Oct 2016 22:25:51 -0400 Subject: [PATCH] Add VS project files to list of trimmed files --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 5da949d9..ff8f06ec 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -675,10 +675,10 @@ endif .PHONY: trim trim: ifneq ($(IS_DARWIN),0) - sed -i '' -e's/[[:space:]]*$$//' *.compat *.sh *.h *.cpp GNUmakefile GNUmakefile-cross + sed -i '' -e's/[[:space:]]*$$//' *.compat *.sh *.h *.cpp *.sln *.vcxproj GNUmakefile GNUmakefile-cross make convert else - sed -i -e's/[[:space:]]*$$//' *.compat *.sh *.h *.cpp GNUmakefile GNUmakefile-cross + sed -i -e's/[[:space:]]*$$//' *.compat *.sh *.h *.cpp *.sln *.vcxproj GNUmakefile GNUmakefile-cross make convert endif