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:
Tim-Philipp Müller 2006-06-12 16:50:09 +00:00
parent 4bc65afe2e
commit 7e1530dda1
2 changed files with 8 additions and 0 deletions

View file

@ -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> 2006-06-12 Wim Taymans <wim@fluendo.com>
* docs/gst/gstreamer-sections.txt: * docs/gst/gstreamer-sections.txt:

View file

@ -37,3 +37,6 @@ lex._gst_parse_yy.c: parse.l grammar.tab.h
rm lex._gst_parse_yy_tmp.c && \ rm lex._gst_parse_yy_tmp.c && \
mv lex._gst_parse_yy_tmp2.c lex._gst_parse_yy.c mv lex._gst_parse_yy_tmp2.c lex._gst_parse_yy.c
.NOTPARALLEL: