From 39362af8144a3c9645cf35907c8d59d795019e79 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 12 Dec 2001 01:29:13 +0000 Subject: From Motonori Shindo: fix a bogus batch mode inference rule of make, so that "vc60.pdb" files are created in the proper directory; delete ".pdb" files in a "nmake -f Makefile.nmake clean"; include the text2pcap and mergecap ".pdb" files in the Windows binary distribution. svn path=/trunk/; revision=4385 --- tools/lemon/Makefile.nmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/lemon/Makefile.nmake') diff --git a/tools/lemon/Makefile.nmake b/tools/lemon/Makefile.nmake index 014c1210fc..338e0b4a8f 100644 --- a/tools/lemon/Makefile.nmake +++ b/tools/lemon/Makefile.nmake @@ -3,10 +3,10 @@ include ..\..\config.nmake CFLAGS=$(LOCAL_CFLAGS) -{$S}.c{$O}.obj:: - $(CC) $(CFLAGS) -Fd$O\ -c $< +.c.obj:: + $(CC) $(CFLAGS) -Fd.\ -c $< all : lemon.exe clean: - rm -f lemon.obj lemon.exe + rm -f lemon.obj lemon.exe $(PDB_FILE) lemon.pdb -- cgit v1.2.3