From 8f4ef350573f8e01a1f1c4081809b6ee1c3403d1 Mon Sep 17 00:00:00 2001 From: Matt Messier Date: Thu, 10 May 2007 15:46:32 -0400 Subject: Fix the $(XINE_LIB) build rule to build from top_builddir instead of building from top_srcdir. Also, use make -C instead of cd && make --- misc/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/Makefile.common b/misc/Makefile.common index 6df3b9228..edafcea4b 100644 --- a/misc/Makefile.common +++ b/misc/Makefile.common @@ -9,7 +9,7 @@ xinepostdir = $(XINE_PLUGINDIR)/post vidixdir = $(XINE_PLUGINDIR)/vidix $(XINE_LIB): - @cd $(top_srcdir)/src/xine-engine && $(MAKE) + $(MAKE) -C $(top_builddir)/src/xine-engine $(top_builddir)/contrib/libxdg-basedir/libxdg-basedir.la: $(MAKE) -C $(top_builddir)/contrib/libxdg-basedir -- cgit v1.2.3