Change use of mknulldeps.sh to mkwindeps.sh

This commit is contained in:
Gregory Nutt
2016-01-09 14:13:44 -06:00
parent c9d06f3f20
commit e46cd30c14
345 changed files with 283 additions and 662 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ ifeq ($(WINTOOL),y)
# Windows-native host tools
DIRLINK = $(TOPDIR)/tools/copydir.sh
DIRUNLINK = $(TOPDIR)/tools/unlink.sh
MKDEP = $(TOPDIR)/tools/mknulldeps.sh
MKDEP = $(TOPDIR)/tools/mkwindeps.sh
else
# Linux/Cygwin-native host tools
MKDEP = $(TOPDIR)/tools/mkdeps$(HOSTEXEEXT)