Ignore only getdate.* in modules/, not the whole directory. Fixes static builds of...
authorAlexander Bokovoy <ab@samba.org>
Thu, 21 Aug 2003 08:46:48 +0000 (08:46 +0000)
committerAlexander Bokovoy <ab@samba.org>
Thu, 21 Aug 2003 08:46:48 +0000 (08:46 +0000)
source/script/mkproto.sh

index 19615dc79c296d483d400bf205b799a7049de3ab..62041c7e331b2e51a478ac47bba2e90569ecbf53 100755 (executable)
@@ -25,7 +25,7 @@ header="$1"
 shift
 headertmp="$header.$$.tmp~"
 
-proto_src="`echo $@ | tr ' ' '\n' | sed -e 's/\.o/\.c/g' | sort | uniq | egrep -v 'ubiqx/|wrapped|modules/'`"
+proto_src="`echo $@ | tr ' ' '\n' | sed -e 's/\.o/\.c/g' | sort | uniq | egrep -v 'ubiqx/|wrapped|modules/getdate'`"
 
 echo creating $header