aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wspython/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'epan/wspython/Makefile.nmake')
-rw-r--r--epan/wspython/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/wspython/Makefile.nmake b/epan/wspython/Makefile.nmake
index 6772f0fa51..67522e1157 100644
--- a/epan/wspython/Makefile.nmake
+++ b/epan/wspython/Makefile.nmake
@@ -12,7 +12,7 @@ CFLAGS=$(WARNINGS_ARE_ERRORS) $(STANDARD_CFLAGS) \
$(PYTHON_CFLAGS) -DWS_BUILD_DLL
.c.obj::
- $(CC) $(CFLAGS) -Fd.\ -c $<
+ $(CC) $(CFLAGS) -Fd.\ -c $<
LIBWSPYTHON_OBJECTS = $(LIBWSPYTHON_SRC:.c=.obj)