1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-19 09:54:15 +01:00

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
This commit is contained in:
corvus 2011-01-31 21:18:31 +00:00 committed by corvus
parent c2ba1f517b
commit d7f074a765

View File

@ -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