From 85310173b12403e7e8358f5260c4ad166557e8d9 Mon Sep 17 00:00:00 2001 From: ddennedy Date: Tue, 12 Feb 2008 21:42:54 +0000 Subject: [PATCH] do not make tests automatically git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt++@1067 d19143bc-622f-0410-bfdd-b5b2a6649095 --- mlt++/Makefile | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/mlt++/Makefile b/mlt++/Makefile index 4833cfa..05d3852 100644 --- a/mlt++/Makefile +++ b/mlt++/Makefile @@ -2,7 +2,6 @@ include config.mak all clean distclean install uninstall: $(MAKE) DESTDIR=$(DESTDIR) -C src $@ - $(MAKE) -C test $@ dist: [ -d "mlt++-$(version)" ] && rm -rf "mlt++-$(version)" || echo -n -- 1.7.4.4