From 1bc6c44a0e30059620bc5fec85c5d096cd911df0 Mon Sep 17 00:00:00 2001 From: Anton Matosov Date: Mon, 5 Jan 2015 12:37:05 +0200 Subject: Fixed compilation of tests target in clean checkout Moved mixer_multirotor.generated.h generation to the standalone makefile to prevent copypaste --- src/modules/systemlib/mixer/module.mk | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/modules/systemlib/mixer/module.mk') diff --git a/src/modules/systemlib/mixer/module.mk b/src/modules/systemlib/mixer/module.mk index 5e818ff03..7ec77cd2f 100644 --- a/src/modules/systemlib/mixer/module.mk +++ b/src/modules/systemlib/mixer/module.mk @@ -43,10 +43,4 @@ SRCS = mixer.cpp \ mixer_simple.cpp \ mixer_load.c -SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST))) - -# Add explicit dependency, as implicit one doesn't work often. -$(SELF_DIR)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 +include multi_tables.mk -- cgit v1.2.3