changes 'make' in a couple places to $(MAKE) patch by ("Steven M. Schultz" <sms 2bsd com>)
Originally committed as revision 3988 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
da723fd2dd
commit
c80d990fa9
6
Makefile
6
Makefile
@ -168,10 +168,10 @@ installlib:
|
|||||||
dep: depend
|
dep: depend
|
||||||
|
|
||||||
depend: .depend
|
depend: .depend
|
||||||
make -C libavcodec depend
|
$(MAKE) -C libavcodec depend
|
||||||
make -C libavformat depend
|
$(MAKE) -C libavformat depend
|
||||||
ifeq ($(BUILD_VHOOK),yes)
|
ifeq ($(BUILD_VHOOK),yes)
|
||||||
make -C vhook depend
|
$(MAKE) -C vhook depend
|
||||||
endif
|
endif
|
||||||
|
|
||||||
.depend: $(SRCS)
|
.depend: $(SRCS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user