projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c235fe
)
removed unused rule
author
Fabrice Bellard
<fabrice@bellard.org>
Wed, 22 Jan 2003 09:53:50 +0000
(09:53 +0000)
committer
Fabrice Bellard
<fabrice@bellard.org>
Wed, 22 Jan 2003 09:53:50 +0000
(09:53 +0000)
Originally committed as revision 1491 to svn://svn.ffmpeg.org/ffmpeg/trunk
vhook/Makefile
patch
|
blob
|
history
diff --git
a/vhook/Makefile
b/vhook/Makefile
index
17f8411
..
a356682
100644
(file)
--- 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 *~