From 516ca59b993d498cea1a5e248b5ec9abbe43b1bd Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Mon, 27 Aug 2007 22:56:27 +0000 Subject: Add .c.obj:: inference rule (to cause "batch compile") svn path=/trunk/; revision=22696 --- plugins/mate/Makefile.nmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mate/Makefile.nmake') 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) -- cgit v1.2.3