mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
fix building of abi_messages.h
This commit is contained in:
@@ -159,7 +159,7 @@ $(DL_PROTOCOL2_H) : $(MESSAGES_XML) tools
|
||||
|
||||
$(ABI_MESSAGES_H) : $(MESSAGES_XML) tools
|
||||
@echo BUILD $@
|
||||
$(Q)PAPARAZZI_SRC=$(PAPARAZZI_SRC) $(TOOLS)/gen_abi.out $< airborne > /tmp/abi.h
|
||||
$(Q)PAPARAZZI_SRC=$(PAPARAZZI_SRC) PAPARAZZI_HOME=$(PAPARAZZI_HOME) $(TOOLS)/gen_abi.out $< airborne > /tmp/abi.h
|
||||
$(Q)mv /tmp/abi.h $@
|
||||
|
||||
include Makefile.ac
|
||||
|
||||
Reference in New Issue
Block a user