aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
diff options
context:
space:
mode:
Diffstat (limited to 'epan/ftypes')
-rw-r--r--epan/ftypes/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/ftypes/Makefile.nmake b/epan/ftypes/Makefile.nmake
index e79a734021..5f45c4586f 100644
--- a/epan/ftypes/Makefile.nmake
+++ b/epan/ftypes/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.9 2004/01/22 19:27:59 ulfl Exp $
+# $Id: Makefile.nmake,v 1.10 2004/06/26 02:16:16 guy Exp $
include ..\..\config.nmake
@@ -30,7 +30,7 @@ OBJECTS = \
ftypes.lib : $(OBJECTS)
- lib /out:ftypes.lib $(OBJECTS)
+ link /lib /out:ftypes.lib $(OBJECTS)
clean: