summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2012-01-27 11:38:04 +0100
committerJoerg Bornemann <joerg.bornemann@nokia.com>2012-01-27 11:38:04 +0100
commitff6826abeb9c3cffe9be2dd9588b9dc917712cc0 (patch)
treeaf77bd39d872e79b4edb7e879c5e150511d53701 /tests
parentf1f48d3cb298352dde09c7a3824d6c95773e46f9 (diff)
include file lookup fixed
Task-number: QTCREATORBUG-6869
Diffstat (limited to 'tests')
-rw-r--r--tests/makefiles/include_test.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/makefiles/include_test.mk b/tests/makefiles/include_test.mk
index 1943981..0aa96fd 100644
--- a/tests/makefiles/include_test.mk
+++ b/tests/makefiles/include_test.mk
@@ -1,7 +1,7 @@
!include $(NOT_DEFINED)include1.mk
include include2.mk # old style include directive
-INCLUDE = subdir
+INCLUDE = $(INCLUDE);subdir
! include <include3.mk>
!include "subdir\include4.mk"