diff --git a/scripts/mkspec-wrapper.sh b/scripts/mkspec-wrapper.sh index b7ed7ab3..615ce26f 100644 --- a/scripts/mkspec-wrapper.sh +++ b/scripts/mkspec-wrapper.sh @@ -8,7 +8,7 @@ MYNAME=`basename $0` MKSPEC_SH="$1" shift -FILTER_DEVEL='/include/.*.h$\|devel\|make\|lib.*\.a$\|lib.*\.so$\|*\.exp\|*\.def\|*\.lib' +FILTER_DEVEL='/include/.*.h$\|devel\|make\|lib.*\.a$\|lib.*\.so$\|.*\.exp$\|.*\.def$\|.*\.lib$' usage() {