summaryrefslogtreecommitdiff
path: root/vhook
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-01-22 09:55:08 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-01-22 09:55:08 +0000
commit4b8b2edb6260d0f0b9e5f2f10a28c3ab19143f2f (patch)
treead99aa1d6345f36734a48949742200a36281bae5 /vhook
parent811e6d731fadd56c5176ca17916b82379fb5eb93 (diff)
dependency handling is consistant with libavcodec
Originally committed as revision 1492 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'vhook')
-rw-r--r--vhook/Makefile2
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