From: Ronald S. Bultje Date: Wed, 11 Jun 2003 19:42:20 +0000 (+0000) Subject: Fix 114948 - adds some autotools magic that makes sure that we only make install... X-Git-Tag: 1.19.3~511^2~15375 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b647bc79b3b61324938a83dfa71ee7b56dc9a4f;p=platform%2Fupstream%2Fgstreamer.git 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 --- diff --git a/gst-libs/ext/ffmpeg/Makefile.am b/gst-libs/ext/ffmpeg/Makefile.am index 6996020fbd..58bbda699d 100644 --- a/gst-libs/ext/ffmpeg/Makefile.am +++ b/gst-libs/ext/ffmpeg/Makefile.am @@ -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: