Just a wild guess have you tried $(MAKE) DESTDIR=$(DESTDIR) -C test $@
instead of $(MAKE) -C test $@ ? Dan Dennedy wrote: > On Feb 12, 2008 1:02 PM, Juan M <herrej01 at gmail.com> wrote: > >> I've bypassed the problem (but I'm sure is not the right way !) by editing >> file Makefile in my MLT++ sources directory (usually /usr/src/MLT++) and >> removing the following line: >> >> ------------------------ >> include config.mak >> >> all clean distclean install uninstall: >> $(MAKE) DESTDIR=$(DESTDIR) -C src $@ >> $(MAKE) -C test $@ <------------------ REMOVE THIS LINE >> > > I will remove this line in the subversion copy in the meantime. it is > not an important line. It just runs a make in the test directory, > which contains a couple of test C++ programs that are not really that > interesting to most people anyways. One can just as easily run make > manually in tests if that is what they want. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Kdenlive-devel mailing list > Kdenlive-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/kdenlive-devel > > >
