diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile.common | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/Makefile.common b/misc/Makefile.common index 7d96402af..b723d7503 100644 --- a/misc/Makefile.common +++ b/misc/Makefile.common @@ -6,7 +6,6 @@ $(XINE_LIB): install-data-hook: @if test $$MAKELEVEL -le 4 ; then \ - find $(DESTDIR)$(XINE_PLUGINDIR) -name "*.la" -exec rm {} \; ; \ if test -x "$(top_srcdir)/post-install.sh" ; then \ $(top_srcdir)/post-install.sh ; \ fi \ |