uninstall fix

Original commit message from CVS:
uninstall fix
This commit is contained in:
Thomas Vander Stichele 2003-01-20 11:58:56 +00:00
parent 7409ccce5c
commit f23030c5e2

View file

@ -77,7 +77,12 @@ checkout:
install:
cd ffmpeg && make
# we don't install stuff so no need to uninstall
uninstall:
@true
# override recursive targets
# FIXME: maybe this can be prettier, so it doesn't generate warnings
dvi-recursive:
true
check-recursive: