From 8777f9a763ff69232a636039c9e1d50c92cb5ba7 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Fri, 16 May 2003 06:33:36 +0000 Subject: [PATCH] make -> shell variable Original commit message from CVS: make -> shell variable --- gst/parse/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/parse/Makefile.am b/gst/parse/Makefile.am index e3c2982..a2516b2 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 -- 2.7.4