mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 17:35:22 +08:00
Added explicit dependency into makefile, as implicit one doesn't work often.
This commit is contained in:
@@ -44,5 +44,9 @@ SRCS = mixer.cpp \
|
||||
mixer_load.c
|
||||
|
||||
SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
|
||||
|
||||
# Add explicit dependency, as implicit one doesn't work often.
|
||||
mixer_multirotor.cpp : $(SELF_DIR)mixer_multirotor.generated.h
|
||||
|
||||
$(SELF_DIR)mixer_multirotor.generated.h : $(SELF_DIR)multi_tables
|
||||
$(SELF_DIR)multi_tables > $(SELF_DIR)mixer_multirotor.generated.h
|
||||
|
||||
Reference in New Issue
Block a user