aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-01-31 12:19:58 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-01-31 12:19:58 +0000
commit893624498efe0793538ae6ad2112bc936715dcc1 (patch)
tree166c3dcc9383f71ce3108b14ff03b33cc4b55a02 /Makefile.nmake
parentd244cd82f545a78b2b4b04e962a3ad4f32480d58 (diff)
use identical depencies for gtk1 also for gtk2 target
svn path=/trunk/; revision=9922
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 bf6204dbc8..ad3a39924f 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.398 2004/01/26 21:12:40 ulfl Exp $
+# $Id: Makefile.nmake,v 1.399 2004/01/31 12:19:58 ulfl Exp $
include config.nmake
include <win32.mak>
@@ -424,7 +424,7 @@ gtk:: help config.h cvsversion.h
cd ..
# copy all required files to gtk2.tmp (but only when newer than existing) and compile in that dir
-gtk2::
+gtk2:: help config.h cvsversion.h
if not exist gtk2.tmp mkdir gtk2.tmp
cd gtk
cp --update --preserve Makefile.* *.c *.h ..\gtk2.tmp