From 30caf729c994739f44f6eb45b28c595d505851db Mon Sep 17 00:00:00 2001 From: Heinz Mauelshagen Date: Thu, 15 Dec 2011 19:28:51 +0100 Subject: [PATCH] Add *.d to clean target --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 02d8f87..ac15f3e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -88,7 +88,7 @@ thin_repair: $(THIN_REPAIR_OBJECTS) thin_repair.o .PHONEY: clean clean: - rm -f *.o unit-tests/*.o $(TEST_PROGRAMS) $(PROGRAMS) + rm -f *.o unit-tests/*.o *.d unit-tests/*.d $(TEST_PROGRAMS) $(PROGRAMS) .PHONEY: install install: $(PROGRAMS)