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 cc90ca80e0
commit e1ef538dd8

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: