summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-03-24 12:58:15 +0100
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-04-12 11:58:42 +0200
commit11604357fccb59f7aba8165ea7ca8846eb820858 (patch)
tree55d9e63344be2b4282710feda49af702d35627af /qmake
parent3aa39b0164ce4bb9e551feb0417990e5679c5209 (diff)
stop fixifying after first success
somewhat unlikely that this had much real-world effects ... except eating yet more cpu. Reviewed-by: mariusSO
Diffstat (limited to 'qmake')
-rw-r--r--qmake/generators/makefile.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qmake/generators/makefile.cpp b/qmake/generators/makefile.cpp
index f5b729512a..9c22ca4c1b 100644
--- a/qmake/generators/makefile.cpp
+++ b/qmake/generators/makefile.cpp
@@ -2896,6 +2896,7 @@ MakefileGenerator::fileFixify(const QString& file, const QString &out_d, const Q
//prepend
for(int o = 0; o < i; o++)
dot_prefix += ".." + Option::dir_sep;
+ break;
}
}
ret.prepend(dot_prefix);