Partially revert r54824.
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 16 Jan 2014 02:23:42 +0000 (02:23 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 16 Jan 2014 02:23:42 +0000 (02:23 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@54825 f5534014-38df-0310-8fa8-9805f1628bb7

Makefile.nmake

index 5fdf206e1b0fb65a3bfc0faf7231681d6077d26b..c7f743df22c41958273cbe55463b21a758e9115f 100644 (file)
@@ -8,7 +8,6 @@
 
 include config.nmake
 include <win32.mak>
-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 $?