diff options
| author | Matt Messier <mmessier@grapetv.org> | 2007-05-10 15:46:32 -0400 |
|---|---|---|
| committer | Matt Messier <mmessier@grapetv.org> | 2007-05-10 15:46:32 -0400 |
| commit | 8f4ef350573f8e01a1f1c4081809b6ee1c3403d1 (patch) | |
| tree | 2164c23f9ce599533e82145ff4b582544295c2fd | |
| parent | 09004f653ee4f4c694260fe9792e9311a657f1ea (diff) | |
| download | xine-lib-8f4ef350573f8e01a1f1c4081809b6ee1c3403d1.tar.gz xine-lib-8f4ef350573f8e01a1f1c4081809b6ee1c3403d1.tar.bz2 | |
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
| -rw-r--r-- | misc/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
