Browse Source

Use system lemon temporarily.

Stefano Cossu 2 years ago
parent
commit
887e1e2854
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/codec/Makefile

+ 1 - 1
src/codec/Makefile

@@ -41,5 +41,5 @@ parser_%.c: lexer_%.re grammar_%.c ../codec.c
 .PRECIOUS: grammar_%.c $(CODEC_INCLUDE_DIR)/tokens_%.h
 # Parser generators.
 grammar_%.c $(CODEC_INCLUDE_DIR)/tokens_%.h: grammar_%.y
-	$(PARSER) $< -Tlempar.c -d.
+	$(PARSER) $< -p -T/usr/share/lemon/lempar.c -d.
 	mv grammar_$*.h $(CODEC_INCLUDE_DIR)/tokens_$*.h