diff -Naur perl-5.6.1.orig/hints/linux.sh perl-5.6.1/hints/linux.sh
--- perl-5.6.1.orig/hints/linux.sh	2001-02-23 02:57:55.000000000 +0000
+++ perl-5.6.1/hints/linux.sh	2002-05-27 02:27:05.000000000 +0000
@@ -289,3 +289,4 @@
 	;;
 esac
 EOCBU
+locincpth=""
diff -Naur perl-5.6.1.orig/makedepend.SH perl-5.6.1/makedepend.SH
--- perl-5.6.1.orig/makedepend.SH	2001-03-19 07:33:17.000000000 +0000
+++ perl-5.6.1/makedepend.SH	2002-05-27 02:27:08.000000000 +0000
@@ -141,6 +141,8 @@
         $cppstdin $finc -I. $cppflags $cppminus <UU/$file.c |
         $sed \
     	    -e '/^#.*<stdin>/d' \
+            -e '/^#.*<built-in>/d' \
+            -e '/^#.*<command line>/d' \
 	    -e '/^#.*"-"/d' \
 	    -e 's#\.[0-9][0-9]*\.c#'"$file.c#" \
 	    -e 's/^[	 ]*#[	 ]*line/#/' \
@@ -155,6 +157,8 @@
         $sed \
 	    -e '1d' \
 	    -e '/^#.*<stdin>/d' \
+            -e '/^#.*<built-in>/d' \
+            -e '/^#.*<command line>/d' \
 	    -e '/^#.*"-"/d' \
 	    -e 's#\.[0-9][0-9]*\.c#'"$file.c#" \
 	    -e 's/^[	 ]*#[	 ]*line/#/' \
