You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
654 B
20 lines
654 B
--- makedepend.SH.orig Mon Mar 19 08:33:17 2001 |
|
+++ makedepend.SH Sun May 19 15:17:49 2002 |
|
@@ -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/#/' \
|
|
|