From 10697c26c743220be367f19ff938737075438dab Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Wed, 11 Jun 2003 19:42:20 +0000 Subject: 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 --- gst-libs/ext/ffmpeg/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/ext/ffmpeg/Makefile.am b/gst-libs/ext/ffmpeg/Makefile.am index 6996020f..58bbda69 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: -- cgit v1.2.1