diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-01-22 09:55:08 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-01-22 09:55:08 +0000 |
commit | 4b8b2edb6260d0f0b9e5f2f10a28c3ab19143f2f (patch) | |
tree | ad99aa1d6345f36734a48949742200a36281bae5 /vhook/Makefile | |
parent | 811e6d731fadd56c5176ca17916b82379fb5eb93 (diff) | |
download | ffmpeg-4b8b2edb6260d0f0b9e5f2f10a28c3ab19143f2f.tar.gz |
dependency handling is consistant with libavcodec
Originally committed as revision 1492 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'vhook/Makefile')
-rw-r--r-- | vhook/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vhook/Makefile b/vhook/Makefile index a3566821e5..0f49299e3c 100644 --- a/vhook/Makefile +++ b/vhook/Makefile @@ -30,7 +30,7 @@ imlib2.so: imlib2.o $(CC) -g -o $@ $(SHFLAGS) $< clean: - rm -f *.o *.d *.so *~ + rm -f *.o *.d .depend *.so *~ ifneq ($(wildcard .depend),) include .depend |