diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-01-22 09:53:50 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-01-22 09:53:50 +0000 |
commit | 811e6d731fadd56c5176ca17916b82379fb5eb93 (patch) | |
tree | bf5279c0429ced8760dfc0a0fd7f0f02d0b6a07c /vhook | |
parent | 7c235fe23831802b60ec9d200d0811750e946f76 (diff) | |
download | ffmpeg-811e6d731fadd56c5176ca17916b82379fb5eb93.tar.gz |
removed unused rule
Originally committed as revision 1491 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'vhook')
-rw-r--r-- | vhook/Makefile | 3 |
1 files changed, 0 insertions, 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 *~ |