From 8d4d7ac9b0b399a6763ca36a3cfad1c768a208f4 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Sun, 9 Oct 2011 19:46:34 +0200 Subject: [PATCH] #1053 --- waflib/Node.py | 1 + 1 file changed, 1 insertion(+) diff --git a/waflib/Node.py b/waflib/Node.py index 7d65c5d3..a7571c36 100644 --- a/waflib/Node.py +++ b/waflib/Node.py @@ -683,6 +683,7 @@ class Node(object): lst.append(cur.name) cur = cur.parent # the file is external to the current project, make a fake root in the current build directory + lst.reverse() return self.ctx.bldnode.make_node(['__root__'] + lst) def find_resource(self, lst):