aboutsummaryrefslogtreecommitdiffstats
path: root/gtk2/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2/Makefile.nmake')
-rw-r--r--gtk2/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2/Makefile.nmake b/gtk2/Makefile.nmake
index 2bfd1a7962..f0be257671 100644
--- a/gtk2/Makefile.nmake
+++ b/gtk2/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.1 2002/08/31 09:55:20 oabad Exp $
+# $Id: Makefile.nmake,v 1.2 2002/08/31 10:57:29 jmayer Exp $
include ..\config.nmake
@@ -61,7 +61,7 @@ OBJECTS=capture_dlg.obj \
libui.lib : ..\config.h $(OBJECTS)
- lib /out:libui.lib $(OBJECTS)
+ lib /out:libui.lib $(OBJECTS)
clean: