From b8d4082552c0d1ea2268325ff23cb3d68db8f91c Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 10 Jun 2007 21:48:54 +0000 Subject: We do not create .d files, thus no need to remove them. Originally committed as revision 9278 to svn://svn.ffmpeg.org/ffmpeg/trunk --- vhook/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vhook/Makefile') diff --git a/vhook/Makefile b/vhook/Makefile index 167b8bfb00..2829817607 100644 --- a/vhook/Makefile +++ b/vhook/Makefile @@ -40,7 +40,7 @@ uninstall: $(CC) $(LDFLAGS) -o $@ $(VHOOKSHFLAGS) $< $(VHOOKLIBS) $(LIBS_$@) clean: - rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll + rm -f *.o *~ *.a *.lib *.so *.dylib *.dll distclean: clean rm -f .depend -- cgit v1.2.1