mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
there might be a day that it doesn't take me twice to get it right
Original commit message from CVS: there might be a day that it doesn't take me twice to get it right
This commit is contained in:
parent
42381fcb94
commit
3c7944ed35
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ BUILT_SOURCES = grammar.tab.h grammar.tab.c lex._gst_parse_yy.c
|
|||
EXTRA_DIST = grammar.y parse.l types.h
|
||||
|
||||
grammar.tab.c grammar.tab.h: grammar.y ../gstmarshal.h
|
||||
$(BISON) $(src_dir)/grammar.y
|
||||
$(BISON) $(srcdir)/grammar.y
|
||||
|
||||
## this is so make install without a previous make can work, because
|
||||
## this dir needs gstmarshal.h generated
|
||||
|
|
Loading…
Reference in a new issue