diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-10-14 21:58:22 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-10-14 21:58:22 +0000 |
commit | 90a24be6db150d94d8ceea2b1f56dff8a2880d01 (patch) | |
tree | f2c598a982d1ef6fe4c97cdb781c70a28ecf8ab0 /misc | |
parent | 663b38cc9d22bc6efd3803f957c18b2df893b51a (diff) | |
download | xine-lib-90a24be6db150d94d8ceea2b1f56dff8a2880d01.tar.gz xine-lib-90a24be6db150d94d8ceea2b1f56dff8a2880d01.tar.bz2 |
made libtool-nofpic silent and not installing .la files at all
CVS patchset: 5519
CVS date: 2003/10/14 21:58:22
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 \ |