diff options
Diffstat (limited to 'config/Makefile')
-rw-r--r-- | config/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Makefile b/config/Makefile index 091f4adcd..f2e20cbf8 100644 --- a/config/Makefile +++ b/config/Makefile @@ -66,7 +66,7 @@ lkc_defs.h: lkc_proto.h # The following requires flex/bison # By default we use the _shipped versions, uncomment the # following line if you are modifying the flex/bison src. -LKC_GENPARSER:= 1 +#LKC_GENPARSER:= 1 ifdef LKC_GENPARSER |