Add a \t to Win32 pm_to_blib $(TOUCH) line.
Nick Ing-Simmons [Wed, 10 Apr 2002 13:08:29 +0000 (13:08 +0000)]
p4raw-id: //depot/perlio@15847

lib/ExtUtils/MM_Win32.pm

index 923f057..662820d 100644 (file)
@@ -513,7 +513,7 @@ pm_to_blib: $(TO_INST_PM)
 }. ($NMAKE ? q{
 $(PM_TO_BLIB)
 <<
-       } : '') . $self->{NOECHO}.q{$(TOUCH) $@
+       } : '') . "\t".$self->{NOECHO}.q{$(TOUCH) $@
 };
 }