summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-05-30 13:06:57 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-05-30 13:06:57 +0000
commit4e9d5782a0ca46dd114e991be992730d2b72c7b5 (patch)
treeae5da74647820b63fbe730d4958a019d63278cf2 /misc
parentcdd6c5c40e55742c273d2dbfff3ac53ccd0d98c0 (diff)
downloadxine-lib-4e9d5782a0ca46dd114e991be992730d2b72c7b5.tar.gz
xine-lib-4e9d5782a0ca46dd114e991be992730d2b72c7b5.tar.bz2
sorry for forcing another complete rebuild, but $(DESTDIR) is clearly needed here
(thanks to Carsten Weinhold for noticing) CVS patchset: 4986 CVS date: 2003/05/30 13:06:57
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/Makefile.common b/misc/Makefile.common
index 12731103f..747eab438 100644
--- a/misc/Makefile.common
+++ b/misc/Makefile.common
@@ -6,8 +6,8 @@ $(XINE_LIB):
install-data-hook:
@if test $$MAKELEVEL -le 3 ; then \
- rm -f $(XINE_PLUGINDIR)/*.la ; \
- rm -f $(XINE_PLUGINDIR)/*/*.la ; \
+ rm -f $(DESTDIR)$(XINE_PLUGINDIR)/*.la ; \
+ rm -f $(DESTDIR)$(XINE_PLUGINDIR)/*/*.la ; \
if test -x "$(top_srcdir)/post-install.sh" ; then \
$(top_srcdir)/post-install.sh ; \
fi \