OSDN Git Service

changes 'make' in a couple places to $(MAKE) patch by ("Steven M. Schultz" <sms...
authorSteven M. Schultz <sms@2bsd.com>
Sun, 27 Feb 2005 02:46:30 +0000 (02:46 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 27 Feb 2005 02:46:30 +0000 (02:46 +0000)
Originally committed as revision 3988 to svn://svn.ffmpeg.org/ffmpeg/trunk

Makefile

index 2549972..7c2cd93 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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)