Browse Source

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
tags/v0.5
Steven M. Schultz Michael Niedermayer 20 years ago
parent
commit
c80d990fa9
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      Makefile

+ 3
- 3
Makefile View File

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


Loading…
Cancel
Save