aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/Makefile.nmake
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 /wsutil/Makefile.nmake
parentcacbe31797258f1299b80fa46420ccd7c15927b3 (diff)
CVARSDLL hasn't been used (is undefined) for a while....
svn path=/trunk/; revision=41180
Diffstat (limited to 'wsutil/Makefile.nmake')
-rw-r--r--wsutil/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/Makefile.nmake b/wsutil/Makefile.nmake
index 25c54f9ada..ac99984a82 100644
--- a/wsutil/Makefile.nmake
+++ b/wsutil/Makefile.nmake
@@ -16,7 +16,7 @@ CFLAGS=$(WARNINGS_ARE_ERRORS) $(STANDARD_CFLAGS) \
/I$(PCAP_DIR)\include
.c.obj::
- $(CC) $(CVARSDLL) $(CFLAGS) -Fd.\ -c $<
+ $(CC) $(CFLAGS) -Fd.\ -c $<
# For use when making libwsutil.dll
libwsutil_LIBS = $(GLIB_LIBS)