From bbd0ab0e18aecd717d64be870e530015e3cb3485 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Sun, 24 Aug 2008 11:33:00 +0000 Subject: [PATCH] clean target also cleans all generated .c and .h files darcs-hash:20080824113308-f2ef6-24c9b3e69510631ad4ae10455e309fe7d638eddf.gz --- snippets/linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/linux b/snippets/linux index 8c88223..ded6560 100644 --- a/snippets/linux +++ b/snippets/linux @@ -742,7 +742,7 @@ endif clean-local: clean-custom @echo Cleaning in $(KERN_OBJS_DIR) and $(USER_OBJS_DIR) - @rm -f $(KERN_OBJS_DIR)/*.o $(USER_OBJS_DIR)/*.o $(USER_OBJS_DIR)/*.lo \ + @rm -f $(KERN_OBJS_DIR)/*.o $(USER_OBJS_DIR)/*.[och] $(USER_OBJS_DIR)/*.lo\ $(KERN_OBJS_DIR)/*.d $(USER_OBJS_DIR)/*.d \ $(KERN_OBJS_DIR)/*.map $(USER_OBJS_DIR)/*.map \ $(KERN_OBJS_DIR)/*.mod.c \ -- 2.39.2