summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-04-14 21:15:56 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-04-14 21:15:56 +0200
commitcc3709b60de1db641ac66573980e1140a51b2370 (patch)
tree23c405e87b36b26c9258df5c9d29ee574dca70f4
parentcb6dd79398b58ae40e6d73fa3239021ac1164daf (diff)
downloadxine-lib-cc3709b60de1db641ac66573980e1140a51b2370.tar.gz
xine-lib-cc3709b60de1db641ac66573980e1140a51b2370.tar.bz2
Fix build with srcdir != builddir.
-rw-r--r--misc/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile.common b/misc/Makefile.common
index d23ea5b5e..a0617bbb4 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)
+ @cd $(top_builddir)/src/xine-engine && $(MAKE)
install-data-hook:
@if test $$MAKELEVEL -le 4 ; then \