aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dfilter/Makefile.nmake')
-rw-r--r--epan/dfilter/Makefile.nmake8
1 files changed, 1 insertions, 7 deletions
diff --git a/epan/dfilter/Makefile.nmake b/epan/dfilter/Makefile.nmake
index c985a6765c..3ea7f83037 100644
--- a/epan/dfilter/Makefile.nmake
+++ b/epan/dfilter/Makefile.nmake
@@ -4,8 +4,7 @@
# $Id$
include ..\..\config.nmake
-
-############### no need to modify below this line #########
+include ..\..\Makefile.nmake.inc
LEMON=..\..\tools\lemon
@@ -14,14 +13,9 @@ CFLAGS=-WX -DHAVE_CONFIG_H /I. /I.. /I..\.. /I$(LEMON) \
CVARSDLL=-DWIN32 -DNULL=0 -D_MT -D_DLL
-.SUFFIXES: .l
-
.c.obj::
$(CC) $(CVARSDLL) $(CFLAGS) -Fd.\ -c $<
-.l.c:
- $(LEX) -o$@ $<
-
OBJECTS = \
dfilter.obj \
dfilter-macro.obj \