msvc.mak: avoid infinite recursion on msvc.dep
commit9fd8a34938e942354fddab2ce14cbaa118264851
authorH. Peter Anvin <hpa@linux.intel.com>
Wed, 8 Nov 2017 19:06:39 +0000 (8 11:06 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 8 Nov 2017 19:06:39 +0000 (8 11:06 -0800)
tree89611f2ecde588ff26c9355b7bd416ba6f4b83bb
parentd685bd2c4cf9b1fdeef1651575e3cfb7b5c23357
msvc.mak: avoid infinite recursion on msvc.dep

We can't call $(MAKE) on msvc.dep if running that requires us to have
msvc.dep...

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