summaryrefslogtreecommitdiff
path: root/ChangeLog
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 /ChangeLog
parent04c7392e59fe79da0f716835204dc7812701c807 (diff)
downloadgperf-0003342367eeabae071fadbd81001e91bff80b59.tar.gz
Fix "make clean" with MSVC.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c1beb9b..3d219ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2012-07-01 Bruno Haible <bruno@clisp.org>
+ Fix "make clean" with MSVC.
+ With MSVC 9, a program is created together with a .manifest file.
+ * src/Makefile.in (clean): Remove also the .manifest file.
+ * tests/Makefile.in (clean): Remove also the .manifest files.
+
+2012-07-01 Bruno Haible <bruno@clisp.org>
+
Update expected test results.
* tests/test-6.exp: Expect to see --constants-prefix option.