OSDN Git Service

fix make tests in subdirs
authorMåns Rullgård <mans@mansr.com>
Fri, 18 Apr 2008 19:28:40 +0000 (19:28 +0000)
committerMåns Rullgård <mans@mansr.com>
Fri, 18 Apr 2008 19:28:40 +0000 (19:28 +0000)
Originally committed as revision 12893 to svn://svn.ffmpeg.org/ffmpeg/trunk

common.mak

index 93caa00..58ff839 100644 (file)
@@ -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