aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Biot <obiot.ethereal@gmail.com>2004-05-13 20:54:39 +0000
committerOlivier Biot <obiot.ethereal@gmail.com>2004-05-13 20:54:39 +0000
commitd5a08cdf9f6a49e506aa6201ff433a5964aaf616 (patch)
tree1574e064ff8c899c3d9e2646f0e9a53558eb9533
parent0bd68624d1f94cf29fcd521823d50d8267644dfc (diff)
Fix a typo (seperate should be separate).
svn path=/trunk/; revision=10878
-rw-r--r--Makefile.nmake6
-rw-r--r--packaging/nsis/Makefile.nmake6
2 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 4dc7acbecd..221c6995ef 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.417 2004/05/09 10:03:36 guy Exp $
+# $Id: Makefile.nmake,v 1.418 2004/05/13 20:54:39 obiot Exp $
include config.nmake
include <win32.mak>
@@ -125,7 +125,7 @@ packaging: all
cd ..
cd ..
-seperate_packaging: all
+separate_packaging: all
cd packaging
cd nsis
!IFDEF GTK1_DIR
@@ -436,7 +436,7 @@ setup: verify_apps
@$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \
gtk2 gtk2/atk-dev-1.4.0.zip
@$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \
- gtk-wimp gtk2/gtk-wimp-0.5.3-bin.zip
+ gtk-wimp gtk2/gtk-wimp-0.5.4-bin.zip
!ENDIF
@echo.
@echo Ethereal is ready to build.
diff --git a/packaging/nsis/Makefile.nmake b/packaging/nsis/Makefile.nmake
index 7408c45f7b..10d2672997 100644
--- a/packaging/nsis/Makefile.nmake
+++ b/packaging/nsis/Makefile.nmake
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.nmake,v 1.40 2004/05/09 10:03:41 guy Exp $
+# $Id: Makefile.nmake,v 1.41 2004/05/13 20:54:39 obiot Exp $
#
# NSIS is a free packager/installer/uninstaller program for Win32.
# It was originally written for the Winamp package, but various
@@ -10,7 +10,7 @@
include ../../config.nmake
!IFDEF GTK1_ONLY
-# define installer name and undefine GTK2_DIR to get a seperate
+# define installer name and undefine GTK2_DIR to get a separate
# installer for ethereal GTK1 version
DEST=ethereal-gtk1
!IFDEF GTK2_DIR
@@ -20,7 +20,7 @@ DEST=ethereal-gtk1
!IFDEF GTK2_ONLY
-# define installer name and undefine GTK1_DIR to get a seperate
+# define installer name and undefine GTK1_DIR to get a separate
# installer for ethereal GTK2 version
DEST=ethereal-gtk2
!IFDEF GTK1_DIR