diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-26 04:18:00 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-26 04:18:00 +0000 |
commit | 14b266439b411a327518c855892cb744945c6e8a (patch) | |
tree | 3fe17c5c744c5d7fbe09b996b3525ee907c6d23a /x2p | |
parent | 265f5c4a1b0b933305c553dbf2bf285c59261bc3 (diff) | |
download | perl-14b266439b411a327518c855892cb744945c6e8a.tar.gz |
disable VPATH for now (breaks x2p build)
p4raw-id: //depot/perl@3755
Diffstat (limited to 'x2p')
-rwxr-xr-x | x2p/Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x2p/Makefile.SH b/x2p/Makefile.SH index 6a179587fe..240725a805 100755 --- a/x2p/Makefile.SH +++ b/x2p/Makefile.SH @@ -67,7 +67,7 @@ TRNL = '$trnl' src = $src # nice makes grok this -VPATH = .:$src +#VPATH = .:$src !GROK!THIS! |