aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-02-24 16:23:38 +0000
committerBill Meier <wmeier@newsguy.com>2012-02-24 16:23:38 +0000
commit605dea048690dc49e7aeca9fa58440437c45af60 (patch)
tree18a482355ce28243104a2f5559e96144c85fade2 /epan/ftypes
parentcacbe31797258f1299b80fa46420ccd7c15927b3 (diff)
CVARSDLL hasn't been used (is undefined) for a while....
svn path=/trunk/; revision=41180
Diffstat (limited to 'epan/ftypes')
-rw-r--r--epan/ftypes/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/ftypes/Makefile.nmake b/epan/ftypes/Makefile.nmake
index 3e0e7e5171..647d8f8c23 100644
--- a/epan/ftypes/Makefile.nmake
+++ b/epan/ftypes/Makefile.nmake
@@ -14,7 +14,7 @@ CFLAGS=$(WARNINGS_ARE_ERRORS) $(STANDARD_CFLAGS) \
/I$(PCAP_DIR)\include
.c.obj::
- $(CC) $(CVARSDLL) $(CFLAGS) -Fd.\ -c $<
+ $(CC) $(CFLAGS) -Fd.\ -c $<
OBJECTS=$(NONGENERATED_C_FILES:.c=.obj)