From 811e6d731fadd56c5176ca17916b82379fb5eb93 Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Wed, 22 Jan 2003 09:53:50 +0000 Subject: [PATCH] removed unused rule Originally committed as revision 1491 to svn://svn.ffmpeg.org/ffmpeg/trunk --- vhook/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/vhook/Makefile b/vhook/Makefile index 17f8411d7c..a3566821e5 100644 --- a/vhook/Makefile +++ b/vhook/Makefile @@ -29,9 +29,6 @@ imlib2.so: imlib2.o %.so: %.o $(CC) -g -o $@ $(SHFLAGS) $< -%.html: %.texi - texi2html -monolithic -number $< - clean: rm -f *.o *.d *.so *~