chiark / gitweb /
build system: remove *~ files in clean target
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 5 Jun 2011 12:43:54 +0000 (13:43 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 19 Jun 2011 13:22:03 +0000 (14:22 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile.in

index 0158a7c244eca6e02c02320ba257eb41eb79535a..ed11d9bc0b288df33684196267fb2cabc91e91cd 100644 (file)
@@ -141,6 +141,7 @@ install: all
 
 clean:
        $(RM) -f *.o *.yy.c *.tab.[ch] $(TARGETS) core version.c
+       $(RM) -f *.d *~
 
 realclean:     clean
        $(RM) -f *~ Makefile config.h  *.d \