diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-04-14 21:15:56 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-04-14 21:15:56 +0200 |
commit | cc3709b60de1db641ac66573980e1140a51b2370 (patch) | |
tree | 23c405e87b36b26c9258df5c9d29ee574dca70f4 | |
parent | cb6dd79398b58ae40e6d73fa3239021ac1164daf (diff) | |
download | xine-lib-cc3709b60de1db641ac66573980e1140a51b2370.tar.gz xine-lib-cc3709b60de1db641ac66573980e1140a51b2370.tar.bz2 |
Fix build with srcdir != builddir.
-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 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 \ |