aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/Makefile.nmake
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2007-08-27 22:56:27 +0000
committerBill Meier <wmeier@newsguy.com>2007-08-27 22:56:27 +0000
commit516ca59b993d498cea1a5e248b5ec9abbe43b1bd (patch)
treea62ff09b5911c86c80d11c87fded2970c7b884b9 /plugins/mate/Makefile.nmake
parent92917023313909d708ea670c562cefbc9871b1ca (diff)
Add .c.obj:: inference rule (to cause "batch compile")
svn path=/trunk/; revision=22696
Diffstat (limited to 'plugins/mate/Makefile.nmake')
-rw-r--r--plugins/mate/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mate/Makefile.nmake b/plugins/mate/Makefile.nmake
index 9043776cb1..b5fc9a136c 100644
--- a/plugins/mate/Makefile.nmake
+++ b/plugins/mate/Makefile.nmake
@@ -17,7 +17,7 @@ CFLAGS=/WX /DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) /I$(LEMON)\
/I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
.c.obj::
- $(CC) $(CFLAGS) -Fd$(PACKAGE).pdb -c $<
+ $(CC) $(CFLAGS) -Fd.\ -c $<
LDFLAGS = $(PLUGIN_LDFLAGS)