OSDN Git Service

Use $^ without header files instead of $(SRCS) to reference the dependencies
authorDiego Biurrun <diego@biurrun.de>
Wed, 12 Mar 2008 09:40:36 +0000 (09:40 +0000)
committerDiego Biurrun <diego@biurrun.de>
Wed, 12 Mar 2008 09:40:36 +0000 (09:40 +0000)
commit8df4da4eb37cb4e3589c88b866d6fcac469b5e8d
treef9b1827b2423b6212fa2f5411bf00dd5f71cdc25
parenta04e32407d179e5ea42eee3ce58ac6ff8c859b72
Use $^ without header files instead of $(SRCS) to reference the dependencies
of the .depend target. $^ apparently includes the full path to files found
in a vpath directory, $(SRCS) does not. This makes out of tree builds fail.

Originally committed as revision 12421 to svn://svn.ffmpeg.org/ffmpeg/trunk
Makefile