From 989d09803caf0df668b6e99156ced601a58a9ac3 Mon Sep 17 00:00:00 2001 From: James Duley Date: Tue, 21 Apr 2015 09:05:59 +1200 Subject: [PATCH] OP-1843 Makefile bugs: make opfw_resource before gcs_qmake to ensure it is included --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6860634c6..6b6ab615b 100644 --- a/Makefile +++ b/Makefile @@ -711,7 +711,7 @@ $(OPFW_RESOURCE): $(FW_TARGETS) | $(OPGCSSYNTHDIR) # If opfw_resource or all firmware are requested, GCS should depend on the resource ifneq ($(strip $(filter opfw_resource all all_fw all_flight package,$(MAKECMDGOALS))),) - $(eval openpilotgcs_qmake: $(OPFW_RESOURCE)) +$(OPENPILOTGCS_MAKEFILE): $(OPFW_RESOURCE) endif # Packaging targets: package