Hello,
Here's a simple patch that fixes the issue.
--
Cheers,
Andrew
diff --git a/imake/mdepend.cpp b/imake/mdepend.cpp
--- a/imake/mdepend.cpp
+++ b/imake/mdepend.cpp
@@ -193,12 +193,12 @@ do
$CPPCMD $i \
| sed -n "/^#/s;^;$i ;p"
done \
- | sed -e 's|/[^/.][^/]*/\.\.||g' -e 's|/
Package: xutils-dev
Version: 1:7.7~1
Severity: normal
If preprocessor includes pseudo file into the
preprocessed output (e.g. if gcc command line contains some -Ddefine_it
code), ccmakedep will report that file to the generated
dependencies rules, thus making them unuseable:
=== CUT HERE ===
# D
2 matches
Mail list logo