Skip to content

Commit

Permalink
fix makefile: create var/include if it doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Jun 17, 2012
1 parent 6a4d24c commit aac404c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -133,6 +133,7 @@ ext:

$(MESSAGES_XML) : $(MESSAGES_XML_CONF) tools
@echo BUILD $@
$(Q)test -d $(STATICINCLUDE) || mkdir -p $(STATICINCLUDE)
$(Q)PAPARAZZI_SRC=$(PAPARAZZI_SRC) PAPARAZZI_HOME=$(PAPARAZZI_HOME) $(TOOLS)/gen_messages_xml.out $(MESSAGES_XML_CONF) $(MESSAGES_FILES) $@ $(STATICINCLUDE) $(UPLINK_MSG_H) $(DOWNLINK_MSG_H)

$(UBX_PROTOCOL_H) : $(UBX_XML) tools
Expand Down

0 comments on commit aac404c

Please sign in to comment.