aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-06-25 15:32:49 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-06-25 15:32:49 +0000
commitce088c334d7dd137aee56095ea2ed89aca67f4f0 (patch)
treef53e2094a22f5c797949e387986cf7f69b94467c /tools
parent03febfc8193290c6b3e4fd21663243288ab7fd40 (diff)
makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes.
svn path=/trunk/; revision=50140
Diffstat (limited to 'tools')
-rw-r--r--tools/lemon/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lemon/Makefile.nmake b/tools/lemon/Makefile.nmake
index 3b321102b6..d629ec4008 100644
--- a/tools/lemon/Makefile.nmake
+++ b/tools/lemon/Makefile.nmake
@@ -8,7 +8,7 @@ include ..\..\config.nmake
CFLAGS=$(WARNINGS_ARE_ERRORS) -I..\..\ $(LOCAL_CFLAGS)
.c.obj::
- $(CC) $(CFLAGS) -Fd.\ -c $<
+ $(CC) $(CFLAGS) -Fd.\ -c $<
all : lemon.exe