summaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-07-01 18:49:21 +0200
committerBruno Haible <bruno@clisp.org>2012-07-01 19:02:44 +0200
commit0003342367eeabae071fadbd81001e91bff80b59 (patch)
tree43d179a54fa9610bcf85c0e3bb015f83bc23c446 /src/Makefile.in
parent04c7392e59fe79da0f716835204dc7812701c807 (diff)
downloadgperf-0003342367eeabae071fadbd81001e91bff80b59.tar.gz
Fix "make clean" with MSVC.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index e69bad2..8d3c2af 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -133,7 +133,7 @@ check : all
mostlyclean : clean
clean : force
- $(RM) *~ *.s *.$(OBJEXT) *.a $(TARGETPROG) core
+ $(RM) *~ *.s *.$(OBJEXT) *.a $(TARGETPROG) $(TARGETPROG).manifest core
distclean : clean
$(RM) config.status config.log config.cache Makefile config.h