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
@@ -113,7 +113,7 @@ ifeq ($(WINTOOL),y)
# Windows-native host tools
DIRLINK = $(TOPDIR)$(DELIM)tools$(DELIM)copydir.sh
DIRUNLINK = $(TOPDIR)$(DELIM)tools$(DELIM)unlink.sh
MKDEP = $(TOPDIR)$(DELIM)tools$(DELIM)mknulldeps.sh
MKDEP = $(TOPDIR)$(DELIM)tools$(DELIM)mkwindeps.sh
else
# Linux/Cygwin-native host tools
MKDEP = $(TOPDIR)$(DELIM)tools$(DELIM)mkdeps$(HOSTEXEEXT)