Commit abcb8f68 authored by michael's avatar michael

changes 'make' in a couple places to $(MAKE) patch by ("Steven M. Schultz" <sms 2bsd com>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3988 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 59f61d1f
......@@ -168,10 +168,10 @@ installlib:
dep: depend
depend: .depend
make -C libavcodec depend
make -C libavformat depend
$(MAKE) -C libavcodec depend
$(MAKE) -C libavformat depend
ifeq ($(BUILD_VHOOK),yes)
make -C vhook depend
$(MAKE) -C vhook depend
endif
.depend: $(SRCS)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment