diff options
-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 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 \ |