summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-10-13 16:25:55 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-10-13 16:25:55 +0000
commitecbaeac6f6f58b1e73dc02367a6e7fc90c50b44a (patch)
tree76fe1b110b0455426c612f5564e3967bf7144a11
parent0cc7195ba1b662c17f4ba706847f3b00e717d875 (diff)
downloadxine-lib-ecbaeac6f6f58b1e73dc02367a6e7fc90c50b44a.tar.gz
xine-lib-ecbaeac6f6f58b1e73dc02367a6e7fc90c50b44a.tar.bz2
when using find to delete *.la, this is useless
CVS patchset: 5508 CVS date: 2003/10/13 16:25:55
-rw-r--r--misc/Makefile.common1
1 files changed, 0 insertions, 1 deletions
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 \