Carl Brewer wrote:
Stas Bekman wrote:


Please post the output of:

grep dynamic xs/APR/aprext/Makefile



steel1: {4} grep dynamic xs/APR/aprext/Makefile
#     SKIP => [q[dynamic], q[test], q[static]]
[...]
.PHONY: all config static dynamic test linkext manifest

Looks fine as it's in .PHONY. You should be able to do

% cd xs/APR/aprext/Makefile
% make dynamic
make: Nothing to be done for `dynamic'.


-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to