From a98248b591a69249c97849745788737d25dc3731 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 18 Nov 2012 20:59:30 +0000 Subject: Fix typol in Config.mk that would effect non-Windows builds git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5369 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Makefile.win | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'nuttx/Makefile.win') diff --git a/nuttx/Makefile.win b/nuttx/Makefile.win index f98c5e6d8..7f9620692 100644 --- a/nuttx/Makefile.win +++ b/nuttx/Makefile.win @@ -442,12 +442,12 @@ clean_context: $(call DELFILE include\nuttx\version.h) $(call DELFILE include\math.h) $(call DELFILE include\stdarg.h) - $(Q) $(DIRUNLINK) include\arch\board - $(Q) $(DIRUNLINK) include\arch\chip - $(Q) $(DIRUNLINK) include\arch - $(Q) $(DIRUNLINK) $(ARCH_SRC)\board - $(Q) $(DIRUNLINK) $(ARCH_SRC)\chip - $(Q) $(DIRUNLINK) include\apps + $(call DELDIR include\arch\board) + $(call DELDIR include\arch\chip) + $(call DELDIR include\arch) + $(call DELDIR $(ARCH_SRC)\board) + $(call DELDIR $(ARCH_SRC)\chip) + $(call DELDIR include\apps) # check_context # -- cgit v1.2.3