aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \