Remove *.annot files when making clean.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 30 Apr 2008 17:28:32 +0000 (18:28 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 30 Apr 2008 17:28:32 +0000 (18:28 +0100)
Makefile.in

index 1eda991..87d131b 100644 (file)
@@ -34,7 +34,7 @@ all opt depend install:
 clean:
        for d in . $(SUBDIRS); do \
          (cd $$d; rm -f *.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a \
-           *.so *.opt *~ *.dll *.exe core); \
+           *.so *.opt *~ *.dll *.exe *.annot core); \
        done
        rm -f virt-df/virt-df