mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-04 13:15:08 +08:00
topic_listener: moved generated file to Build dir
Moved the generated topic_listener.cpp to the Build tree so it is cleaned when make clean is called. Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
@@ -35,8 +35,8 @@
|
|||||||
# Build the topic listener tool.
|
# Build the topic listener tool.
|
||||||
#
|
#
|
||||||
|
|
||||||
$(PX4_BASE)/src/systemcmds/topic_listener/topic_listener.cpp : $(PX4_BASE)/Tools/generate_listener.py
|
./topic_listener.cpp : $(PX4_BASE)/Tools/generate_listener.py
|
||||||
$(PX4_BASE)/Tools/generate_listener.py $(PX4_BASE) > $(PX4_BASE)/src/systemcmds/topic_listener/$@
|
$(PX4_BASE)/Tools/generate_listener.py $(PX4_BASE) > $@
|
||||||
|
|
||||||
MODULE_COMMAND = listener
|
MODULE_COMMAND = listener
|
||||||
SRCS = topic_listener.cpp
|
SRCS = topic_listener.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user