Fix 114948 - adds some autotools magic that makes sure that we only make install ffmpeg if its actually there

Original commit message from CVS:
Fix 114948 - adds some autotools magic that makes sure that we only make install ffmpeg if its actually there
This commit is contained in:
Ronald S. Bultje 2003-06-11 19:42:20 +00:00
parent 3a833dbb01
commit 9b647bc79b

View file

@ -73,8 +73,8 @@ checkout:
cvs -d:pserver:anonymous@cvs.ffmpeg.sourceforge.net:/cvsroot/ffmpeg co ffmpeg
# on running make install, make sure make has been run first
install:
cd ffmpeg && $(MAKE)
install: all
@true
# we don't install stuff so no need to uninstall
uninstall: