mirror of https://git.ffmpeg.org/ffmpeg.git
fix make tests in subdirs
Originally committed as revision 12893 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9e2ffc450b
commit
bf237413f3
|
@ -33,6 +33,8 @@ CFLAGS = -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
|
|||
%.d: %.cpp
|
||||
$(DEPEND_CMD) > $@
|
||||
|
||||
%$(EXESUF): %.c
|
||||
|
||||
install: install-libs install-headers
|
||||
|
||||
uninstall: uninstall-libs uninstall-headers
|
||||
|
|
Loading…
Reference in New Issue