diff options
-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 \ |