Skip to content
Snippets Groups Projects
Commit c80d990f authored by Steven M. Schultz's avatar Steven M. Schultz Committed by Michael Niedermayer
Browse files

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
parent da723fd2
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment