Subject Perl
Author R. Tulloch
Hi:

Question on Perl 5.6 compiling in VC++ 6:

from Makefile

CFGSH_TMPL = config.vc
CFGH_TMPL = config_H.vc

config.w32 : $(CFGSH_TMPL)
copy $(CFGSH_TMPL) config.w32

.\config.h : $(CFGH_TMPL)
-del /f config.h
copy $(CFGH_TMPL) config.h

NMAKE fatal error U1073: don't know how to make 'config_H.vc'

Why would this be seeing config_H.vc and not config.h as copied from
config_H.vc??

Thanks.

Best regards