Partially revert r54824.

svn path=/trunk/; revision=54825
This commit is contained in:
Gerald Combs 2014-01-16 02:23:42 +00:00
parent d5b706be51
commit bce9eaad75
1 changed files with 4 additions and 1 deletions

View 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 $?