aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/Makefile.nmake')
-rw-r--r--wiretap/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/Makefile.nmake b/wiretap/Makefile.nmake
index 7eb25c52b5..d773464aca 100644
--- a/wiretap/Makefile.nmake
+++ b/wiretap/Makefile.nmake
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.nmake,v 1.17 2001/03/23 02:05:29 gram Exp $
+# $Id: Makefile.nmake,v 1.18 2001/04/05 04:39:29 gram Exp $
#
include ..\config.nmake
@@ -65,7 +65,7 @@ ascend-scanner.c : ascend-scanner.l
config.h : config.h.win32
- copy config.h.win32 $@
+ sed -e s/@VERSION@/$(WTAP_VERSION)/ < config.h.win32 > $@
clean :
rm -f $(OBJECTS) ascend-grammar.c ascend-grammar.h ascend-scanner.c \