View | Details | Raw Unified
Collapse All | Expand All

(-) mc-4.6.1.orig/intl/Makefile.in (-14 / +9 lines)
 Lines 156-167    Link Here 
	  test @GLIBC21@ != no || $(mkinstalldirs) $(DESTDIR)$(libdir); \
	  test @GLIBC21@ != no || $(mkinstalldirs) $(DESTDIR)$(libdir); \
	  temp=$(DESTDIR)$(libdir)/t-charset.alias; \
	  temp=$(DESTDIR)$(libdir)/t-charset.alias; \
	  dest=$(DESTDIR)$(libdir)/charset.alias; \
	  dest=$(DESTDIR)$(libdir)/charset.alias; \
	  if test -f $(DESTDIR)$(libdir)/charset.alias; then \
	  if ! test -f $(libdir)/charset.alias; then \
	    orig=$(DESTDIR)$(libdir)/charset.alias; \
	    sed -f ref-add.sed $$orig > $$temp; \
	    $(INSTALL_DATA) $$temp $$dest; \
	    rm -f $$temp; \
	  else \
	    if test @GLIBC21@ = no; then \
	    if test @GLIBC21@ = no; then \
	      orig=charset.alias; \
	      orig=charset.alias; \
	      sed -f ref-add.sed $$orig > $$temp; \
	      sed -f ref-add.sed $$orig > $$temp; \
 Lines 170-183    Link Here 
	    fi; \
	    fi; \
	  fi; \
	  fi; \
	  $(mkinstalldirs) $(DESTDIR)$(localedir); \
	  $(mkinstalldirs) $(DESTDIR)$(localedir); \
	  test -f $(DESTDIR)$(localedir)/locale.alias \
	  if ! test -f $(localedir)/locale.alias; then \
	    && orig=$(DESTDIR)$(localedir)/locale.alias \
	    orig=$(srcdir)/locale.alias; \
	    || orig=$(srcdir)/locale.alias; \
	    temp=$(DESTDIR)$(localedir)/t-locale.alias; \
	  temp=$(DESTDIR)$(localedir)/t-locale.alias; \
	    dest=$(DESTDIR)$(localedir)/locale.alias; \
	  dest=$(DESTDIR)$(localedir)/locale.alias; \
	    sed -f ref-add.sed $$orig > $$temp; \
	  sed -f ref-add.sed $$orig > $$temp; \
	    $(INSTALL_DATA) $$temp $$dest; \
	  $(INSTALL_DATA) $$temp $$dest; \
	    rm -f $$temp; \
	  rm -f $$temp; \
	  fi; \
	else \
	else \
	  : ; \
	  : ; \
	fi
	fi