diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-05-16 06:33:36 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-05-16 06:33:36 +0000 |
commit | 8777f9a763ff69232a636039c9e1d50c92cb5ba7 (patch) | |
tree | 67335da19fc766f37d389d5d1c1020b78df6ec85 /gst/parse | |
parent | 2565248558bd9bbf112ba0a38b6032c4584fa8c3 (diff) |
make -> shell variable
Original commit message from CVS:
make -> shell variable
Diffstat (limited to 'gst/parse')
-rw-r--r-- | gst/parse/Makefile.am | 2 |
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 |