$OpenBSD: patch-src_intl_gettext_Makefile,v 1.1 2006/01/29 15:41:00 sturm Exp $
--- src/intl/gettext/Makefile.orig	Sun Jan  1 11:39:36 2006
+++ src/intl/gettext/Makefile	Wed Jan  4 14:17:41 2006
@@ -26,8 +26,8 @@ OBJS = \
 
 
 # $(builddir)/charset.alias: $(srcdir)/config.charset
-$(builddir)/charset.alias: $(srcdir)config.charset
-	$(SHELL) $(srcdir)/config.charset '$(host)' > $@.new
+$(builddir)/charset.alias: config.charset
+	$(SHELL) config.charset '$(host)' > $@.new
 	mv $@.new $@
 
 # FIXME: Building plural.c from plural.y on the fly doesn't work
