From 44d2148775438add2865272f6478a5946cba7c3b Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 9 Jun 2007 23:09:15 +0000 Subject: Under Cygwin, executable has a different name git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@281 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/tools/Makefile.mkconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/tools') diff --git a/nuttx/tools/Makefile.mkconfig b/nuttx/tools/Makefile.mkconfig index 768ebccf4..7f206e078 100644 --- a/nuttx/tools/Makefile.mkconfig +++ b/nuttx/tools/Makefile.mkconfig @@ -40,4 +40,4 @@ mkconfig: mkconfig.c gcc -O2 -Wall -o mkconfig mkconfig.c clean: - rm -f mkconfig *~ + @rm -f mkconfig mkconfig.exe *~ -- cgit v1.2.3