Fix build on some systems : don't pass libraries to mkproto.awk
authorMichael Adam <obnox@samba.org>
Mon, 25 Feb 2008 16:24:52 +0000 (17:24 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 25 Feb 2008 16:24:52 +0000 (17:24 +0100)
commit32dd3411195e3a0d5b2b05bc353e8045e07b6e5a
tree5e28127dcc0f235d8c3d53c9ef7913cdc6f5aa60
parentb46bf471712ae152722ded16676ead1cbf7b2577
Fix build on some systems : don't pass libraries to mkproto.awk

Currently, some static libraries have gone into object lists
that are also passed to make proto. (This should probably be
changed...) Then some awk versions fail when passed an non-
existing lib/libtdb.a e.g.. This patch changes mkproto.sh to
exclude \.a files from the list of files to process.

Michael
(This used to be commit 826b9ab07b58ca39350cca921002a4213ce7c7c9)
source3/script/mkproto.sh