Revert Duncan's r143028 expression folding which appears to be the culprit
[oota-llvm.git] / Makefile
index a350cb19d2a95a456d16b1be0cabcabceec655d4..754b18e06afd39e7b35098cc7fd358fce2bec7b6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -243,7 +243,7 @@ SVN-UPDATE-OPTIONS =
 AWK = awk
 SUB-SVN-DIRS = $(AWK) '/\?\ \ \ \ \ \ / {print $$2}'   \
                | LC_ALL=C xargs $(SVN) info 2>/dev/null \
-               | $(AWK) '/Path:\ / {print $$2}'
+               | $(AWK) '/^Path:\ / {print $$2}'
 
 update:
        $(SVN) $(SVN-UPDATE-OPTIONS) update $(LLVM_SRC_ROOT)