Author: jerry Date: 2006-07-18 11:54:49 +0000 (Tue, 18 Jul 2006) New Revision: 17110
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17110 Log: revert a bad merge from the old trunk Modified: branches/SAMBA_3_0/source/script/mkproto.sh Changeset: Modified: branches/SAMBA_3_0/source/script/mkproto.sh =================================================================== --- branches/SAMBA_3_0/source/script/mkproto.sh 2006-07-18 11:49:43 UTC (rev 17109) +++ branches/SAMBA_3_0/source/script/mkproto.sh 2006-07-18 11:54:49 UTC (rev 17110) @@ -25,7 +25,7 @@ shift headertmp="$header.$$.tmp~" -proto_src="`echo $@ | tr ' ' '\n' | sed -e 's/\.o/\.c/g' | sort | uniq | egrep -v 'tdb/|wrapped|modules/getdate'`" +proto_src="`echo $@ | tr ' ' '\n' | sed -e 's/\.o/\.c/g' | sort | uniq | egrep -v 'ubiqx/|wrapped|modules/getdate'`" echo creating $header
