mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
do not use non-standard test -nt
Originally committed as revision 7252 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0dbe81bb97
commit
da34f7ac23
7
Makefile
7
Makefile
@ -198,9 +198,10 @@ endif
|
||||
.depend: $(SRCS) version.h
|
||||
$(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $(filter-out %.h,$^) 1>.depend
|
||||
|
||||
.libs: lib
|
||||
@test -f .libs || touch .libs
|
||||
@for i in $(DEP_LIBS) ; do if test $$i -nt .libs ; then touch .libs; fi ; done
|
||||
$(DEP_LIBS): lib
|
||||
|
||||
.libs: $(DEP_LIBS)
|
||||
touch $@
|
||||
|
||||
clean:
|
||||
$(MAKE) -C libavutil clean
|
||||
|
Loading…
Reference in New Issue
Block a user