Bug#693129: ccmakedep: creates incorrect dep rules

2013-12-25 Thread Andrew Shadura
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

Bug#693129: ccmakedep: creates incorrect dep rules

2012-11-13 Thread Dmitry Eremin-Solenikov
Package: xutils-dev Version: 1:7.7~1 Severity: normal If preprocessor includes command-line 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