This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
disable VPATH for now (breaks x2p build)
authorGurusamy Sarathy <gsar@cpan.org>
Mon, 26 Jul 1999 04:18:00 +0000 (04:18 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Mon, 26 Jul 1999 04:18:00 +0000 (04:18 +0000)
p4raw-id: //depot/perl@3755

x2p/Makefile.SH

index 6a17958..240725a 100755 (executable)
@@ -67,7 +67,7 @@ TRNL = '$trnl'
 src    = $src
 
 # nice makes grok this
 src    = $src
 
 # nice makes grok this
-VPATH = .:$src
+#VPATH = .:$src
 
 !GROK!THIS!
 
 
 !GROK!THIS!