summaryrefslogtreecommitdiff
path: root/misc/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'misc/Makefile.common')
-rw-r--r--misc/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile.common b/misc/Makefile.common
index 6b60d1eca..082ea13e1 100644
--- a/misc/Makefile.common
+++ b/misc/Makefile.common
@@ -6,7 +6,7 @@ $(XINE_LIB):
install-data-hook:
@if test $$MAKELEVEL -le 4 ; then \
- rm -f $(DESTDIR)$(XINE_PLUGINDIR)/*.la ; \
+ find $(DESTDIR)$(XINE_PLUGINDIR) -name "*.la" -exec rm {} \; \
rm -f $(DESTDIR)$(XINE_PLUGINDIR)/*/*.la ; \
if test -x "$(top_srcdir)/post-install.sh" ; then \
$(top_srcdir)/post-install.sh ; \