aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2002-12-18 17:44:54 +0000
committerGerald Combs <gerald@wireshark.org>2002-12-18 17:44:54 +0000
commit3eec00a008563cbffe75618e542a970ed6b4d9bd (patch)
tree515bf01feb235cf04e6eaf35709fd5500917f1b0 /Makefile.nmake
parent462a1b80b4c035bb51c6f0de4ffc66bcede213bd (diff)
Fix a typo (cyrpt-md5.obj -> crypt-md5.obj).
svn path=/trunk/; revision=6798
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 813362ba4f..fb41bd30b8 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -1,7 +1,7 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
-# $Id: Makefile.nmake,v 1.263 2002/12/17 16:06:54 gerald Exp $
+# $Id: Makefile.nmake,v 1.264 2002/12/18 17:44:54 gerald Exp $
include config.nmake
include <win32.mak>
@@ -352,7 +352,7 @@ ETHEREAL_COMMON_OBJECTS = \
column.obj \
conditions.obj \
crypt-md4.obj \
- cyrpt-md5.obj \
+ crypt-md5.obj \
crypt-rc4.obj \
follow.obj \
getopt.obj \