build: Remove *~ files when cleaning.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 22 Aug 2013 13:03:35 +0000 (14:03 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 22 Aug 2013 13:03:35 +0000 (14:03 +0100)
Makefile.am

index 68df3ce..e9f0009 100644 (file)
@@ -25,7 +25,9 @@ EXTRA_DIST = \
        sleeper \
        $(TESTS)
 
-CLEANFILES = qemu-sanity-check
+CLEANFILES = \
+       *~ \
+       qemu-sanity-check
 
 bin_SCRIPTS = qemu-sanity-check
 initrddir = $(libdir)/qemu-sanity-check