From 70b6bb22af51defd713adfd452309f32f0e523aa Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 13 Apr 2014 16:22:22 -0600 Subject: More trailing whilespace removal --- nuttx/Makefile.unix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/Makefile.unix') diff --git a/nuttx/Makefile.unix b/nuttx/Makefile.unix index 1b123bd62..b4a4fbbf8 100644 --- a/nuttx/Makefile.unix +++ b/nuttx/Makefile.unix @@ -707,12 +707,12 @@ download: $(BIN) # pass1dep: Create pass1 build dependencies # pass2dep: Create pass2 build dependencies -pass1dep: context tools/mkdeps$(HOSTEXEEXT) +pass1dep: context tools/mkdeps$(HOSTEXEEXT) $(Q) for dir in $(USERDEPDIRS) ; do \ $(MAKE) -C $$dir TOPDIR="$(TOPDIR)" depend ; \ done -pass2dep: context tools/mkdeps$(HOSTEXEEXT) +pass2dep: context tools/mkdeps$(HOSTEXEEXT) $(Q) for dir in $(KERNDEPDIRS) ; do \ $(MAKE) -C $$dir TOPDIR="$(TOPDIR)" EXTRADEFINES=$(KDEFINE) depend; \ done -- cgit v1.2.3