mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
15 lines
360 B
Plaintext
15 lines
360 B
Plaintext
|
|
$FreeBSD$
|
|
|
|
--- sh/makedepend.orig Thu Dec 19 00:29:14 2002
|
|
+++ sh/makedepend Thu Dec 19 00:29:26 2002
|
|
@@ -66,7 +66,7 @@
|
|
for file in $files
|
|
do objname="$objprefix"`expr "$file" : '\(.*\)\.[^.]*$'`"$objsuffix"
|
|
gcc $cppflags -E $file |
|
|
- grep '^# 1 "[^/][^"]*"' |
|
|
+ grep '^# 1 "[^/<][^"]*"' |
|
|
sed ' s/[^"]*"\([^"]*\)".*/\1/
|
|
s|///*|/|g
|
|
: dotloop
|