From 22ce36fc8b022b84120d015d8df74b45caf856e3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 28 May 2015 11:09:08 +1000 Subject: [PATCH] build: make px4-clean depend on px4-cleandep --- mk/px4_targets.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/px4_targets.mk b/mk/px4_targets.mk index 42f30b8a8b..ae69ad882f 100644 --- a/mk/px4_targets.mk +++ b/mk/px4_targets.mk @@ -108,7 +108,7 @@ px4-v2: $(BUILDROOT)/make.flags $(PX4_ROOT)/Archives/px4fmu-v2.export $(SKETCHCP px4: px4-v1 px4-v2 -px4-clean: clean px4-archives-clean +px4-clean: clean px4-archives-clean px4-cleandep $(v) /bin/rm -rf $(PX4_ROOT)/makefiles/build $(PX4_ROOT)/Build px4-cleandep: clean