aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lemon/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-12-12 01:29:13 +0000
committerGuy Harris <guy@alum.mit.edu>2001-12-12 01:29:13 +0000
commit39362af8144a3c9645cf35907c8d59d795019e79 (patch)
treeacabd038f5dae5885a9319a919bc0bbe140d62d7 /tools/lemon/Makefile.nmake
parentc5b1e310e332942052e44b40263f2621d9c7a6a3 (diff)
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
Diffstat (limited to 'tools/lemon/Makefile.nmake')
-rw-r--r--tools/lemon/Makefile.nmake6
1 files changed, 3 insertions, 3 deletions
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