1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Fix "make clean" with MSVC.

This commit is contained in:
Bruno Haible
2012-07-01 18:49:21 +02:00
parent 04c7392e59
commit 0003342367
3 changed files with 18 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
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.