diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile.common | 4 |
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 \ |