Make tool names end with .exe on windows. This isn't needed to run the
authorChris Lattner <sabre@nondot.org>
Tue, 1 Jun 2004 19:06:43 +0000 (19:06 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 1 Jun 2004 19:06:43 +0000 (19:06 +0000)
commit396d96bd272a8d335345685bf063a127bbac2936
tree58d7f91ba5de7f6077e28641f52b69061528d406
parente6d468f6f77b52e5ccc4592d1024829d8f5cf70b
Make tool names end with .exe on windows.  This isn't needed to run the
tools, but is required for rules that depend on the executables, e.g.:

a: b $(LLVMAS)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13926 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.rules
test/Makefile.tests