OSDN Git Service

Fix dependencies for 'make dep'.
authorDiego Biurrun <diego@biurrun.de>
Sun, 29 Oct 2006 16:53:30 +0000 (16:53 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 29 Oct 2006 16:53:30 +0000 (16:53 +0000)
Originally committed as revision 6835 to svn://svn.ffmpeg.org/ffmpeg/trunk

libpostproc/Makefile

index 8b7f5f9..44434e8 100644 (file)
@@ -19,7 +19,7 @@ HEADERS = postprocess.h
 
 include $(SRC_PATH)/common.mak
 
-depend: postprocess.c
+depend dep: postprocess.c
 
 postprocess_pic.o: postprocess.c
        $(CC) -c $(CFLAGS) -fomit-frame-pointer -fPIC -DPIC -o $@ $<