$NetBSD$

--- gnulib/lib/Makefile.in.orig	2007-05-30 22:06:19.000000000 +0200
+++ gnulib/lib/Makefile.in
@@ -969,12 +969,12 @@ inttypes.h: inttypes_.h
 all-local: charset.alias ref-add.sed ref-del.sed
 install-exec-local: all-local
 	test $(GLIBC21) != no || $(mkinstalldirs) $(DESTDIR)$(libdir)
-	if test -f $(charset_alias); then \
+	if false; then \
 	  sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
 	  $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
 	  rm -f $(charset_tmp) ; \
 	else \
-	  if test $(GLIBC21) = no; then \
+	  if false; then \
 	    sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
 	    $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
 	    rm -f $(charset_tmp) ; \
