On 4/27/2011 9:25 PM, Seth Call wrote:
> The Makefile.win in apr-util has a typo, I believe:
>
> in target 'buildall':
>
> $(MAKE) $(MAKEOPT) -f apr_app.makCFG="apr_app - $(ARCH)" RECURSE=0
> $(CTARGET)
> $(MAKE) $(MAKEOPT) -f libapr_app.mak CFG="libapr_app - $(ARCH)" RECURSE=0
> $(CTARGE
The Makefile.win in apr-util has a typo, I believe:
in target 'buildall':
$(MAKE) $(MAKEOPT) -f apr_app.makCFG="apr_app - $(ARCH)" RECURSE=0
$(CTARGET)
$(MAKE) $(MAKEOPT) -f libapr_app.mak CFG="libapr_app - $(ARCH)" RECURSE=0
$(CTARGET)
it should be:
$(MAKE) $(MAKEOPT) -f aprapp.mak