--- src/intl/gettext/Makefile.orig	Thu Feb 16 07:41:10 2006
+++ src/intl/gettext/Makefile	Thu Feb 16 07:48:45 2006
@@ -47,14 +47,12 @@
 	  if test -f $(DESTDIR)$(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 \
 	      $(MKINSTALLDIRS) $(DESTDIR)$(libdir); \
 	      orig=charset.alias; \
 	      sed -f ref-add.sed $$orig > $$temp; \
-	      $(INSTALL_DATA) $$temp $$dest; \
 	      rm -f $$temp; \
 	    fi; \
 	  fi; \
@@ -65,7 +63,6 @@
 	  temp=$(DESTDIR)$(localedir)/t-locale.alias; \
 	  dest=$(DESTDIR)$(localedir)/locale.alias; \
 	  sed -f ref-add.sed $$orig > $$temp; \
-	  $(INSTALL_DATA) $$temp $$dest; \
 	  rm -f $$temp; \
 	else \
 	  : ; \
