bugs in Makefile.win32's

there is bugs in two files:
\src\eldap\Makefile.win32 (1.1.2 tarball and current svn)
- missed target "eldap_filter.beam"
need to add these strings at end:

$(OUTDIR)\eldap_filter.beam : eldap_filter.erl
erlc -W $(EFLAGS) -o $(OUTDIR) eldap_filter.erl

\src\mod_proxy65\Makefile.win32 (current svn)
- error in target "mod_proxy65_sm.beam"

erlc -W $(EFLAGS) -o $(OUTDIR) mod_mod_proxy65_sm.erl
must be changed to
erlc -W $(EFLAGS) -o $(OUTDIR) mod_proxy65_sm.erl

Syndicate content