William A. Rowe, Jr. wrote:
I'm getting a few odd behaviors, this is the first...

pm_to_blib: $(TO_INST_PM)
        @$(PERL) "-I$(INST_ARCHLIB)" "-I$(INST_LIB)" \
        "-I$(PERL_ARCHLIB)" "-I$(PERL_LIB)" -MExtUtils::Install \
        -e "pm_to_blib(qw[ <<pmfiles.dat ],'$(INST_LIB)\auto','$(PM_FILTER)')"
        
$(PM_TO_BLIB)
<<

Note the <tab><nl> before $(PM_TO_BLIB) ... there should be no linebreak
before that variable!  This causes nmake to fail.

Does anyone else see something strange like this?

Not on linux, why do you have $(PM_TO_BLIB) at all? What Makefile are you talking about? The top-level one?


What's the value of PM_TO_BLIB?

__________________________________________________________________
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



Reply via email to