diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-13 16:25:55 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-13 16:25:55 +0000 |
commit | ecbaeac6f6f58b1e73dc02367a6e7fc90c50b44a (patch) | |
tree | 76fe1b110b0455426c612f5564e3967bf7144a11 | |
parent | 0cc7195ba1b662c17f4ba706847f3b00e717d875 (diff) | |
download | xine-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.common | 1 |
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 \ |