diff options
Diffstat (limited to 'os/common/startup/ARM/compilers/GCC/rules.mk')
-rw-r--r-- | os/common/startup/ARM/compilers/GCC/rules.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/os/common/startup/ARM/compilers/GCC/rules.mk b/os/common/startup/ARM/compilers/GCC/rules.mk index 7c068d588..f66daa520 100644 --- a/os/common/startup/ARM/compilers/GCC/rules.mk +++ b/os/common/startup/ARM/compilers/GCC/rules.mk @@ -298,12 +298,14 @@ $(BUILDDIR)/lib$(PROJECT).a: $(OBJS) @echo
@echo Done
-clean:
+clean: CLEAN_RULE_HOOK
@echo Cleaning
-rm -fR .dep $(BUILDDIR)
@echo
@echo Done
+CLEAN_RULE_HOOK:
+
#
# Include the dependency files, should be the last of the makefile
#
|