From 932d4925fa89e02f7f4e7047f971889009ec6890 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Sat, 8 Dec 2012 07:32:04 +0100 Subject: [PATCH] Fix shadow builds Make it clear that the generated itab.c file ends up in the OUT_PWD, so that for dependency tracking we can assume to find it there instead of in the source dir. Change-Id: I8c6435e5ba203819cde485cc1291037af58da000 Reviewed-by: Lars Knoll --- masm/masm.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/masm/masm.pri b/masm/masm.pri index a252291..90f30b9 100644 --- a/masm/masm.pri +++ b/masm/masm.pri @@ -45,7 +45,7 @@ udis86.CONFIG += no_link udis86.commands = python $$PWD/disassembler/udis86/itab.py ${QMAKE_FILE_IN} QMAKE_EXTRA_COMPILERS += udis86 -udis86_tab_cfile.target = udis86_itab.c +udis86_tab_cfile.target = $$OUT_PWD/udis86_itab.c udis86_tab_cfile.depends = udis86_itab.h QMAKE_EXTRA_TARGETS += udis86_tab_cfile -- 2.7.4