git.annexia.org
/
virt-df.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f5d69d
)
Remove *.annot files when making clean.
author
Richard W.M. Jones
<rjones@redhat.com>
Wed, 30 Apr 2008 17:28:32 +0000
(18:28 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Wed, 30 Apr 2008 17:28:32 +0000
(18:28 +0100)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
1eda991
..
87d131b
100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-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