gst/parse/Makefile.am: Fix build with 'make -j N' even more (#340016).
authorTim-Philipp Müller <tim@centricular.net>
Mon, 12 Jun 2006 16:50:09 +0000 (16:50 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 12 Jun 2006 16:50:09 +0000 (16:50 +0000)
Original commit message from CVS:
* gst/parse/Makefile.am:
Fix build with 'make -j N' even more (#340016).

ChangeLog
gst/parse/Makefile.am

index fca8d02b3996edb6d1d2578dc1650c5938db760c..aa1b0326fcd1ff72567a75f413f2cf104f2d82eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 63bcb63bcdaefe25716df4cec3de6ec6da57cfc6..c4431ab1731712c608745272c832bf5be5c5d0a7 100644 (file)
@@ -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:
+