Clean up *.exe files.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 8 Jan 2008 13:22:14 +0000 (13:22 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 8 Jan 2008 13:22:14 +0000 (13:22 +0000)
* Makefile.in: Clean up *.exe files.

ChangeLog
Makefile.in

index 8cd5f68..71c4927 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-01-08  Richard Jones  <rjones@redhat.com>
 
+       Clean up *.exe files.
+       * Makefile.in: Clean up *.exe files.
+
        Version 0.4.0.1 released.
        * Makefile.in: Provide a 'winupload' target.
 
index 8d53710..1538d71 100644 (file)
@@ -35,7 +35,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 core); \
+         (cd $$d; rm -f *.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so *.opt *~ *.dll *.exe core); \
        done
        rm -f examples/list_domains
        rm -f mlvirsh/mlvirsh