From 6ca2db8f5fc44aac0fe0fa5b0fd87ae1a61aa031 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Mon, 7 Apr 2003 16:51:41 +0000 Subject: Fixes #104752 and #106776 Original commit message from CVS: Fixes #104752 and #106776 --- gst-libs/ext/ffmpeg/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gst-libs/ext/ffmpeg/Makefile.am b/gst-libs/ext/ffmpeg/Makefile.am index d09bd581..3a2a039f 100644 --- a/gst-libs/ext/ffmpeg/Makefile.am +++ b/gst-libs/ext/ffmpeg/Makefile.am @@ -26,7 +26,6 @@ SUBDIRS = $(FFMPEG_DIR) DISTFILES = \ $(PATCHES) \ Tag \ - ffmpeg/CVS/Tag \ ffmpeg/Changelog \ ffmpeg/COPYING \ ffmpeg/CREDITS \ @@ -74,7 +73,7 @@ checkout: # on running make install, make sure make has been run first install: - cd ffmpeg && make + cd ffmpeg && $(MAKE) # we don't install stuff so no need to uninstall uninstall: -- cgit v1.2.1