aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-11-14 08:09:35 +0000
committerGuy Harris <guy@alum.mit.edu>2002-11-14 08:09:35 +0000
commitbbb2129ab294264b157315fd553f36df6e9ae180 (patch)
treebf959bca3e16eaea7e00d80a6c9b1bd1bac5cedd /Makefile.nmake
parentf002ffd9ce6b8d2ebc85b7433d82543f4122c6c8 (diff)
Make "tethereal-tap-register.c" and "ethereal-tap-register.c" depend on
the script that builds them. svn path=/trunk/; revision=6627
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 f60cbc52bd..fb3b2042f5 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.255 2002/11/10 20:53:03 gerald Exp $
+# $Id: Makefile.nmake,v 1.256 2002/11/14 08:09:34 guy Exp $
include config.nmake
include <win32.mak>
@@ -566,7 +566,7 @@ register.c: $(DISSECTOR_SRC)
# The second argument is the directory in which the source files live.
# All subsequent arguments are the files to scan.
#
-tethereal-tap-register.c: $(TETHEREAL_TAP_SRC)
+tethereal-tap-register.c: $(TETHEREAL_TAP_SRC) make-tapreg-dotc
@echo Making tethereal-tap-register.c
@$(SH) make-tapreg-dotc tethereal-tap-register.c . $(TETHEREAL_TAP_SRC)