1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

* don't rebuild ffmpeg when libs were not modified

Originally committed as revision 1681 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Zdenek Kabelac 2003-03-13 15:36:53 +00:00
parent d1db862378
commit 127d5c8d43

View File

@ -111,7 +111,8 @@ endif
$(CC) -MM $(CFLAGS) $^ 1>.depend
.libs: lib
touch .libs
@test -f .libs || touch .libs
@for i in $(DEP_LIBS) ; do if test $$i -nt .libs ; then touch .libs; fi ; done
clean: $(CLEANVHOOK)
$(MAKE) -C libavcodec clean