mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 05:56:31 +00:00
gst/parse/Makefile.am: Fix build with 'make -j N' even more (#340016).
Original commit message from CVS: * gst/parse/Makefile.am: Fix build with 'make -j N' even more (#340016).
This commit is contained in:
parent
4bc65afe2e
commit
7e1530dda1
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/parse/Makefile.am:
|
||||
Fix build with 'make -j N' even more (#340016).
|
||||
|
||||
2006-06-12 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* docs/gst/gstreamer-sections.txt:
|
||||
|
|
|
@ -37,3 +37,6 @@ lex._gst_parse_yy.c: parse.l grammar.tab.h
|
|||
rm lex._gst_parse_yy_tmp.c && \
|
||||
mv lex._gst_parse_yy_tmp2.c lex._gst_parse_yy.c
|
||||
|
||||
|
||||
.NOTPARALLEL:
|
||||
|
||||
|
|
Loading…
Reference in a new issue