From 693a7083aeb1f2b91ac046843f02017a18592d61 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 13 Nov 2012 22:47:44 +0000 Subject: mkdeps.c: Fix some strtok logic; fix some system() return value check git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5349 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/stm32f4discovery/winbuild/Make.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/configs') diff --git a/nuttx/configs/stm32f4discovery/winbuild/Make.defs b/nuttx/configs/stm32f4discovery/winbuild/Make.defs index 28cf8a561..54b6c03ea 100644 --- a/nuttx/configs/stm32f4discovery/winbuild/Make.defs +++ b/nuttx/configs/stm32f4discovery/winbuild/Make.defs @@ -138,5 +138,5 @@ HOSTEXEEXT = .exe # Windows-native host tools -MKDEP = $(TOPDIR)/tools/mkdeps.exe +MKDEP = $(TOPDIR)/tools/mkdeps.exe --winnative -- cgit v1.2.3