From 7a68d939992a06512b617200662807de441766d6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 19 Nov 2012 19:53:53 +0000 Subject: Fix typo introduced into many Makefiles with last changes git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5370 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/sim/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/configs/sim') diff --git a/nuttx/configs/sim/src/Makefile b/nuttx/configs/sim/src/Makefile index adfbb1f9a..7c5887e72 100644 --- a/nuttx/configs/sim/src/Makefile +++ b/nuttx/configs/sim/src/Makefile @@ -72,7 +72,7 @@ endif depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean -- cgit v1.2.3