aboutsummaryrefslogtreecommitdiff
path: root/lang/perl5.6/files/patch-ae
blob: 21e8da5bbe62b2d11bcf00e3b388d3c45e1dcd74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- makedepend.SH.orig	Wed Jul 30 18:46:59 2003
+++ makedepend.SH	Wed May  2 22:24:46 2007
@@ -73,6 +73,7 @@
     case "$osname" in
     os2) ;;
     netbsd) ;;
+    freebsd) ;;
     *) $touch $firstmakefile ;;
     esac
 fi
@@ -163,6 +164,7 @@
 	    -e '/^#.*<builtin>/d' \
 	    -e '/^#.*<built-in>/d' \
 	    -e '/^#.*<command line>/d' \
+	    -e '/^#.*<command-line>/d' \
 	    -e '/^#.*"-"/d' \
 	    -e 's#\.[0-9][0-9]*\.c#'"$file.c#" \
 	    -e 's/^[	 ]*#[	 ]*line/#/' \