Fix gram.h creation, fixing dependencies and distcheck.

This commit is contained in:
Eric Anholt 2006-08-30 11:09:52 -07:00 committed by Damien Lespiau
parent c8939edc28
commit cc05ba1d9e

View File

@ -1,3 +1,5 @@
AM_YFLAGS = -d
bin_PROGRAMS = gen4asm
gen4asm_SOURCES = \
@ -8,4 +10,9 @@ gen4asm_SOURCES = \
lex.l \
main.c
gram.h: gram.c
BUILT_SOURCES = gram.h gram.c lex.c
MAINTAINERCLEANFILES = $(BUILT_SOURCES)
# man_MANS = gen4asm.1