You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
558 B

  1. --- pTk/Makefile.PL.old 2006-05-01 18:09:31.000000000 -0400
  2. +++ pTk/Makefile.PL 2006-05-01 18:10:05.000000000 -0400
  3. @@ -234,11 +234,11 @@ sub MY::postamble {
  4. my $self = shift;
  5. my $dep = $self->Tk::MMutil::mTk_postamble;
  6. -$dep .= $self->dir_target(@{$self->{'dir_targets'}});
  7. -
  8. -$dep .= "config :: " . join(" \\\n\t",map($self->catfile($_,".exists"),@{$self->{'dir_targets'}})) .
  9. - "\n\t".$self->{NOECHO}."\$(NOOP)\n";
  10. +if ($Tk::MMutil::IsWin32 or ($win_arch eq 'MSWin32' and $^O eq 'cygwin'))
  11. + {
  12. + my $cc = $Config{'cc'};
  13. + }
  14. $dep . '