Makes winbindd_proto handling consistent with the other header files,
authorMartin Pool <mbp@samba.org>
Fri, 17 May 2002 06:59:04 +0000 (06:59 +0000)
committerMartin Pool <mbp@samba.org>
Fri, 17 May 2002 06:59:04 +0000 (06:59 +0000)
commit3ffa277186a7c687e199f9b12801ac46ef4cbe31
tree49b519b98e91ce38b80b790c7eb3ca7c3df44861
parentabdc476df3f7030898bcdd2a7b984beaaff9c183
Makes winbindd_proto handling consistent with the other header files,
so that at least "make clean; make all" doesn't fail.

It's still not safe for parallel builds, i.e. "make clean; make -j3
all" will probably crash, but "make clean; make proto && make -j3 all"
seems OK.  I'm not sure if it is possible to solve that and still
support ancient non-GNU versions of Make.
(This used to be commit 4d202c19997d4219e7f607a725123d5606b9bd8a)
source3/Makefile.in