Re: Windows make files have type relating to aprapp.mak / apr_app.mak

2011-04-28 Thread William A. Rowe Jr.
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

Windows make files have type relating to aprapp.mak / apr_app.mak

2011-04-27 Thread Seth Call
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