diff src/librcd/Makefile @ 2559:b474ecb5bde4 trunk

[svn] revise str_to_utf8(): - new utf8 validator using libguess DFA has been implemented. str_to_utf8() tries utf8 validation first. - default conversion from ISO-8859-1 is enabled regardless of chardet. - libguess and librcd is always compiled in. - some libguess cleanups.
author yaz
date Wed, 21 Feb 2007 04:25:12 -0800
parents 30ab29ed32d8
children 62a93407ce99
line wrap: on
line diff
--- a/src/librcd/Makefile	Wed Feb 21 03:52:52 2007 -0800
+++ b/src/librcd/Makefile	Wed Feb 21 04:25:12 2007 -0800
@@ -14,6 +14,3 @@
 OBJECTS = ${SOURCES:.c=.o}
 
 include ../../mk/objective.mk
-
-libguess.a: $(OBJECTS)
-	$(AR) cq $@ $(OBJECTS)