From 704e02f765a1574990e4f44907ee5fcf0725d65d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Fri, 6 Apr 2018 14:30:24 +0200 Subject: [PATCH] [python] Add qstrdefs.generated.h to generated_headers in Makefile. This fixes a compilation bug when building without "-j8". Change-Id: Ic30d379837ab685843f011c3dba01e3d38d2402a --- python/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/Makefile b/python/Makefile index 7abaea798..3d8f6b716 100644 --- a/python/Makefile +++ b/python/Makefile @@ -203,6 +203,8 @@ endif # QSTR generation +generated_headers += $(addprefix python/port/genhdr/, qstrdefs.generated.h) + python/port/genhdr/qstrdefs.generated.h: python/port/genhdr/qstrdefs.in.h @echo "QSTRDAT $@" $(Q) $(PYTHON) python/src/py/makeqstrdata.py $< > $@