Navigation Menu

Skip to content

Commit

Permalink
Change lemon input file suffix to .lemon from .y
Browse files Browse the repository at this point in the history
Because built-in .y -> .c build rule is used when lemon is disabled.
  • Loading branch information
kou committed Feb 20, 2014
1 parent d43bfbc commit 9d5357b
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 77 deletions.
6 changes: 3 additions & 3 deletions lib/Makefile.am
Expand Up @@ -31,16 +31,16 @@ if WITH_LEMON
BUILT_SOURCES = \
ecmascript.c

SUFFIXES = .y .c
SUFFIXES = .lemon .c

.y.c:
.lemon.c:
$(LEMON) $<
endif

EXTRA_DIST = \
ecmascript.c \
ecmascript.h \
ecmascript.y \
ecmascript.lemon \
CMakeLists.txt

CLEANFILES = *.gcno *.gcda

0 comments on commit 9d5357b

Please sign in to comment.