mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +00:00
Fix gram.h creation, fixing dependencies and distcheck.
This commit is contained in:
committed by
Damien Lespiau
parent
c8939edc28
commit
cc05ba1d9e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user