mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
Fix gram.h creation, fixing dependencies and distcheck.
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user