aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-01-19 21:00:13 +0000
committerGuy Harris <guy@alum.mit.edu>2004-01-19 21:00:13 +0000
commit6757c92accbd4ad1135e23626b55c03d72dab7d5 (patch)
treeb5d689f8d90e46b73cc635d0dda9bd2d372b6eab /Makefile.nmake
parent3e2633a0f40ac8111c152f4e4e7c93a55293eb8c (diff)
downloadwireshark-6757c92accbd4ad1135e23626b55c03d72dab7d5.tar.gz
wireshark-6757c92accbd4ad1135e23626b55c03d72dab7d5.tar.bz2
wireshark-6757c92accbd4ad1135e23626b55c03d72dab7d5.zip
We need "cvsversion.h" in order to build stuff in the "gtk" directory.
svn path=/trunk/; revision=9736
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 def23fc4f9..a8d819dda4 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.394 2004/01/18 03:55:02 guy Exp $
+# $Id: Makefile.nmake,v 1.395 2004/01/19 21:00:13 guy Exp $
include config.nmake
include <win32.mak>
@@ -790,7 +790,7 @@ wiretap::
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
cd ..
-gtk:: help config.h
+gtk:: help config.h cvsversion.h
cd gtk
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
cd ..