summaryrefslogtreecommitdiff
path: root/gst/parse
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-05-16 06:33:36 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-05-16 06:33:36 +0000
commit8777f9a763ff69232a636039c9e1d50c92cb5ba7 (patch)
tree67335da19fc766f37d389d5d1c1020b78df6ec85 /gst/parse
parent2565248558bd9bbf112ba0a38b6032c4584fa8c3 (diff)
make -> shell variable
Original commit message from CVS: make -> shell variable
Diffstat (limited to 'gst/parse')
-rw-r--r--gst/parse/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/parse/Makefile.am b/gst/parse/Makefile.am
index e3c2982e5..a2516b248 100644
--- a/gst/parse/Makefile.am
+++ b/gst/parse/Makefile.am
@@ -21,5 +21,5 @@ lex._gst_parse_yy.c: parse.l
## this is so make install without a previous make can work, because
## this dir needs gstmarshal.h generated
../gstmarshal.h:
- cd .. && make gstmarshal.h
+ cd .. && $(MAKE) gstmarshal.h