1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-30 15:52:12 +01:00

OP-1929 fix broken pakage_src by moving include after

This commit is contained in:
James Duley 2015-06-26 04:30:01 +12:00
parent b73dba5093
commit 4b79427b02

View File

@ -721,11 +721,11 @@ PACKAGE_NAME := OpenPilot
PACKAGE_SEP := -
PACKAGE_FULL_NAME := $(PACKAGE_NAME)$(PACKAGE_SEP)$(PACKAGE_LBL)
include $(ROOT_DIR)/package/$(UNAME).mk
# Source distribution is never dirty because it uses git archive
DIST_NAME := $(DIST_DIR)/$(subst dirty-,,$(PACKAGE_FULL_NAME)).tar
include $(ROOT_DIR)/package/$(UNAME).mk
##############################
#
# Source code formatting