projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7812475
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/ExtUtils/MM_Win32.pm
b/lib/ExtUtils/MM_Win32.pm
index
923f057
..
662820d
100644
(file)
--- a/
lib/ExtUtils/MM_Win32.pm
+++ b/
lib/ExtUtils/MM_Win32.pm
@@
-513,7
+513,7
@@
pm_to_blib: $(TO_INST_PM)
}. ($NMAKE ? q{
$(PM_TO_BLIB)
<<
- } : '') . $self->{NOECHO}.q{$(TOUCH) $@
+ } : '') . "\t".$self->{NOECHO}.q{$(TOUCH) $@
};
}