From 6cdfb4aa63c77b01c501ede6af4788d18f287936 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Thu, 21 Aug 2003 08:46:48 +0000 Subject: Ignore only getdate.* in modules/, not the whole directory. Fixes static builds of modules (This used to be commit df6eeca5f6ddd1345d77a0efd64afc0d861d978c) --- source3/script/mkproto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/script/mkproto.sh b/source3/script/mkproto.sh index 19615dc79c..62041c7e33 100755 --- a/source3/script/mkproto.sh +++ b/source3/script/mkproto.sh @@ -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 -- cgit