--- pTk/Makefile.PL 2002-12-06 06:08:21.000000000 -0800 +++ pTk/Makefile.PL.new 2003-12-09 08:37:53.000000000 -0800 @@ -228,12 +228,10 @@ my $self = shift; my $dep = $self->Tk::MMutil::mTk_postamble; -$dep .= $self->dir_target(@{$self->{'dir_targets'}}); - -$dep .= "config :: " . join(" \\\n\t",map($self->catfile($_,".exists"),@{$self->{'dir_targets'}})) . - "\n\t".$self->{NOECHO}."\$(NOOP)\n"; - - +if ($Tk::MMutil::IsWin32 or ($win_arch eq 'MSWin32' and $^O eq 'cygwin')) + { + my $cc = $Config{'cc'}; + } $dep . ' '.$self->{NOECHO}.'$(NOOP)