Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'patches/debian-bug-795061' into testing
  • Loading branch information
gonosztopi committed Jan 3, 2016
2 parents 1359681 + 7371cb1 commit 1f03c27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Makefile.am
Expand Up @@ -476,6 +476,7 @@ $(srcdir)/Scanner.cpp: Scanner.l Parser.cpp
$(LEX) -o $@ $(srcdir)/Scanner.l; \
echo "// Empty file generated by a flex version unable to create headers" > $(srcdir)/Scanner.h
endif
$(srcdir)/Scanner.h: $(srcdir)/Scanner.cpp

$(srcdir)/IPFilterScanner.cpp: IPFilterScanner.l
$(LEX) -Pyyip -o $@ $(srcdir)/IPFilterScanner.l;
Expand Down

0 comments on commit 1f03c27

Please sign in to comment.