msvc.mak: fix yet another recursion situation
commit53d8f220e16a19edcc9d71be062a8d77db5f03d7
authorH. Peter Anvin <hpa@linux.intel.com>
Wed, 8 Nov 2017 19:08:37 +0000 (8 11:08 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 8 Nov 2017 19:08:37 +0000 (8 11:08 -0800)
tree2214fe8cfb5c70bdf53c91a1e08d4e427e9809d7
parent9fd8a34938e942354fddab2ce14cbaa118264851
msvc.mak: fix yet another recursion situation

We don't want to call make to rebuild msvc.dep when that is what we
are actually trying to do, over and over again...

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Mkfiles/msvc.mak