Changes: * FIX) qCgiRequestParseQueries() - quoted boundary patch. (by Hidai Kenichi) * NEW) qStrUnchar() - remove character from head and tail of the string. * NEW) qDecoderVersion() - get the version string of qDecoder library. * FIX) minor fixes related packaging.
10 lines
295 B
Text
10 lines
295 B
Text
$NetBSD: patch-ab,v 1.3 2008/11/27 21:15:36 minskim Exp $
|
|
|
|
--- Makefile.in.orig 2008-11-25 22:22:50.000000000 +0900
|
|
+++ Makefile.in
|
|
@@ -53,3 +53,5 @@ distclean: clean
|
|
${RM} -rf autom4te.cache
|
|
${RM} -f configure.lineno config.log config.status config.h
|
|
${RM} -f Makefile
|
|
+
|
|
+.PHONY: install
|