From bce9eaad75f7d352ca9e80bb0c0e81801e414887 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Thu, 16 Jan 2014 02:23:42 +0000 Subject: [PATCH] Partially revert r54824. svn path=/trunk/; revision=54825 --- Makefile.nmake | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.nmake b/Makefile.nmake index 5fdf206e1b..c7f743df22 100644 --- a/Makefile.nmake +++ b/Makefile.nmake @@ -8,7 +8,6 @@ include config.nmake include -include Makefile.nmake.inc ############### no need to modify below this line ######### @@ -549,6 +548,10 @@ svnversion.h: $(SVNENTRIES) rm -f svnversion.h $(PERL) make-version.pl + +text2pcap-scanner.c : text2pcap-scanner.l + $(LEX) -otext2pcap-scanner.c text2pcap-scanner.l + text2pcap-scanner.obj : text2pcap-scanner.c $(CC) $(GENERATED_CFLAGS) -Fd.\ -c $?