mkspec-wrapper.sh: Fix .def, .exp and .lib in FILTER_DEVEL

This commit is contained in:
Jan Lindemann 2009-06-07 14:00:42 +00:00 committed by Jan Lindemann
commit 40a26e607a

View file

@ -8,7 +8,7 @@ MYNAME=`basename $0`
MKSPEC_SH="$1" MKSPEC_SH="$1"
shift 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() usage()
{ {