uninstall fix
Original commit message from CVS: uninstall fix
This commit is contained in:
parent
7409ccce5c
commit
f23030c5e2
@ -77,7 +77,12 @@ checkout:
|
|||||||
install:
|
install:
|
||||||
cd ffmpeg && make
|
cd ffmpeg && make
|
||||||
|
|
||||||
|
# we don't install stuff so no need to uninstall
|
||||||
|
uninstall:
|
||||||
|
@true
|
||||||
|
|
||||||
# override recursive targets
|
# override recursive targets
|
||||||
|
# FIXME: maybe this can be prettier, so it doesn't generate warnings
|
||||||
dvi-recursive:
|
dvi-recursive:
|
||||||
true
|
true
|
||||||
check-recursive:
|
check-recursive:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user