make -> shell variable

Original commit message from CVS:
make -> shell variable
This commit is contained in:
Ronald S. Bultje 2003-05-16 06:33:36 +00:00
parent 2565248558
commit 8777f9a763

View file

@ -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