From ecbaeac6f6f58b1e73dc02367a6e7fc90c50b44a Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Mon, 13 Oct 2003 16:25:55 +0000 Subject: when using find to delete *.la, this is useless CVS patchset: 5508 CVS date: 2003/10/13 16:25:55 --- misc/Makefile.common | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/Makefile.common b/misc/Makefile.common index 082ea13e1..322e7c859 100644 --- a/misc/Makefile.common +++ b/misc/Makefile.common @@ -7,7 +7,6 @@ $(XINE_LIB): install-data-hook: @if test $$MAKELEVEL -le 4 ; then \ 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 ; \ fi \ -- cgit v1.2.3