X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/16d20bd98cd29be76029ebf04027a7edd34d817b..b3f566908e4a630ea804eec0dac937c2bc5ed97f:/makedepend.SH?ds=sidebyside diff --git a/makedepend.SH b/makedepend.SH index e958185..3fa095c 100755 --- a/makedepend.SH +++ b/makedepend.SH @@ -45,7 +45,9 @@ esac # We need .. when we are in the x2p directory if we are using the # cppstdin wrapper script. -PATH="$PATH:.:.." +# Put .. and . first so that we pick up the present cppstdin, not +# an older one lying about in /usr/local/bin. +PATH=".:..:$PATH" export PATH $cat /dev/null >.deptmp