[python] Add qstrdefs.generated.h to generated_headers in Makefile.

This fixes a compilation bug when building without "-j8".

Change-Id: Ic30d379837ab685843f011c3dba01e3d38d2402a
This commit is contained in:
Léa Saviot
2018-04-06 14:30:24 +02:00
parent 4312df1bf1
commit 704e02f765

View File

@@ -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 $< > $@