1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

OP-483: create a directory for NSIS header file built from template

This commit is contained in:
Oleg Semyonov 2011-05-19 02:33:15 +03:00
parent a0fadf739b
commit bb423e2520

View File

@ -11,9 +11,10 @@ NSIS_HEADER := $(BUILD_DIR)/ground/openpilotgcs/packaging/openpilotgcs.nsh
$(NSIS_HEADER): $(NSIS_TEMPLATE)
$(V0) @echo " PY $@"
$(V1) mkdir -p "$(dir $@)"
$(V1) $(VERSION_CMD) --template="$<" --outfile="$@"
nsis: $(NSIS_HEADER) gcs release_flight
nsis: gcs release_flight $(NSIS_HEADER)
$(NSIS_CMD) $(NSIS_OPTS) $(NSIS_SCRIPT)
gcs: uavobjects