projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6a18b9
)
fix brian's commit
author
Thomas Vander Stichele
<thomas@apestaart.org>
Mon, 15 Dec 2003 22:13:03 +0000
(22:13 +0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Mon, 15 Dec 2003 22:13:03 +0000
(22:13 +0000)
Original commit message from CVS:
fix brian's commit
gst/parse/Makefile.am
patch
|
blob
|
history
diff --git
a/gst/parse/Makefile.am
b/gst/parse/Makefile.am
index d62a5a1ad0c51bc0582d7602f1149da37a7f711c..8914159e7a5f26e0cb858ab2277d1d7fd05aee12 100644
(file)
--- a/
gst/parse/Makefile.am
+++ b/
gst/parse/Makefile.am
@@
-22,7
+22,7
@@
grammar.tab.c grammar.tab.h: grammar.y ../gstmarshal.h
$(BISON_PATH) -d -v -p_gst_parse__yy $(srcdir)/grammar.y -o grammar.tab.c
lex._gst_parse_yy.c: parse.l grammar.tab.h
- $(FLEX_PATH) -P_gst_parse_yy
parse.l
+ $(FLEX_PATH) -P_gst_parse_yy
$^
## this is so make install without a previous make can work, because
## this dir needs gstmarshal.h generated