summaryrefslogtreecommitdiff
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
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
-rw-r--r--Makefile.am4
-rw-r--r--misc/Makefile.common4
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index c8c4dc9a6..33ca2b998 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -70,8 +70,8 @@ slackbuild:
install-data-hook:
- @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
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 \