From d7f074a765e3e9ecdd3204c62cbd76e358d255cb Mon Sep 17 00:00:00 2001 From: corvus Date: Mon, 31 Jan 2011 21:18:31 +0000 Subject: [PATCH] a path change had been forgotten in the top level makefile - fixed (big mess v2) git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2641 ebee16cc-31ac-478f-84a7-5cbb03baadba --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cb91bfaf5..5dcc598a8 100644 --- a/Makefile +++ b/Makefile @@ -270,7 +270,7 @@ pipxtreme_%: uavobjects_flight sim_posix: sim_posix_elf sim_posix_%: uavobjects_flight - mkdir -p $(BUILD_DIR)/flight/sitl_posix + mkdir -p $(BUILD_DIR)/sitl_posix $(MAKE) -C $(ROOT_DIR)/flight/OpenPilot --file=$(ROOT_DIR)/flight/OpenPilot/Makefile.posix $* .PHONY: sim_win32