summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/makefile2
-rw-r--r--src/vhd2vl.l1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index 089240e..7960b98 100644
--- a/src/makefile
+++ b/src/makefile
@@ -18,7 +18,7 @@ STANDARD = --std=c99 -D_DEFAULT_SOURCE
# instead of -D_DEFAULT_SOURCE
vhd2vl : lex.yy.c vhd2vl.tab.c
- $(CC) ${STANDARD} ${WARNS} -O2 -g -o vhd2vl lex.yy.c vhd2vl.tab.c -lfl
+ $(CC) ${STANDARD} ${WARNS} -O2 -g -o vhd2vl lex.yy.c vhd2vl.tab.c
vhd2vl.tab.c : vhd2vl.y def.h
bison -d -v -t vhd2vl.y
diff --git a/src/vhd2vl.l b/src/vhd2vl.l
index b4de189..d5c2ad1 100644
--- a/src/vhd2vl.l
+++ b/src/vhd2vl.l
@@ -22,6 +22,7 @@
%option noinput
%option nounput
+%option noyywrap
%{
#include <stdio.h>
OpenPOWER on IntegriCloud