diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-13 17:43:37 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-13 17:43:37 +0000 |
commit | 1c31b1e2222b33fba216514695ff2d43fcb53673 (patch) | |
tree | ab2c3f359e330c6dcb93424ac92defe366fa0834 | |
parent | 027948e2707d5082a1f6e96fde098453fd1ddec0 (diff) | |
download | xine-lib-1c31b1e2222b33fba216514695ff2d43fcb53673.tar.gz xine-lib-1c31b1e2222b33fba216514695ff2d43fcb53673.tar.bz2 |
strange things are going on...
CVS patchset: 5511
CVS date: 2003/10/13 17:43:37
-rw-r--r-- | misc/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile.common b/misc/Makefile.common index 322e7c859..7d96402af 100644 --- a/misc/Makefile.common +++ b/misc/Makefile.common @@ -6,7 +6,7 @@ $(XINE_LIB): install-data-hook: @if test $$MAKELEVEL -le 4 ; then \ - find $(DESTDIR)$(XINE_PLUGINDIR) -name "*.la" -exec rm {} \; \ + find $(DESTDIR)$(XINE_PLUGINDIR) -name "*.la" -exec rm {} \; ; \ if test -x "$(top_srcdir)/post-install.sh" ; then \ $(top_srcdir)/post-install.sh ; \ fi \ |