summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-06-27 12:29:17 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-06-27 12:29:17 +0000
commit06fe23ac61ac9b644cfc413e149fc11748527660 (patch)
tree6d8cc716c3a65596db935602d8778be9f12deda5
parentee5ca186ab38bd75fef3af8a4bfcaab7d560fb8a (diff)
downloadxine-lib-06fe23ac61ac9b644cfc413e149fc11748527660.tar.gz
xine-lib-06fe23ac61ac9b644cfc413e149fc11748527660.tar.bz2
fix post install target: when doing a "make install" from within
some subdirectories (those which have subdirs themselves), the post install procedure would not be executed properly CVS patchset: 5103 CVS date: 2003/06/27 12:29:17
-rw-r--r--misc/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile.common b/misc/Makefile.common
index 747eab438..a1057e841 100644
--- a/misc/Makefile.common
+++ b/misc/Makefile.common
@@ -5,7 +5,7 @@ $(XINE_LIB):
@cd $(top_srcdir)/src/xine-engine && $(MAKE)
install-data-hook:
- @if test $$MAKELEVEL -le 3 ; then \
+ @if test $$MAKELEVEL -le 4 ; then \
rm -f $(DESTDIR)$(XINE_PLUGINDIR)/*.la ; \
rm -f $(DESTDIR)$(XINE_PLUGINDIR)/*/*.la ; \
if test -x "$(top_srcdir)/post-install.sh" ; then \