From 5e4767b532cc2f7401a9a1e7601433bd5acbdf35 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 24 Oct 2008 01:19:33 +0200 Subject: Rename string_replace_w to string_replace_m, which is more correct. --- lib/util/charset/config.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/util/charset/config.mk') diff --git a/lib/util/charset/config.mk b/lib/util/charset/config.mk index 12c2f5f321..56e0e7b36c 100644 --- a/lib/util/charset/config.mk +++ b/lib/util/charset/config.mk @@ -9,5 +9,3 @@ PRIVATE_DEPENDENCIES = DYNCONFIG CHARSET_OBJ_FILES = $(addprefix $(libcharsetsrcdir)/, iconv.o charcnv.o util_unistr.o) PUBLIC_HEADERS += $(libcharsetsrcdir)/charset.h - -$(eval $(call proto_header_template,$(libcharsetsrcdir)/charset_proto.h,$(CHARSET_OBJ_FILES:.o=.c))) -- cgit