Fix typo, sorry I had tested the parallel change in the local Makefile.
Someday all the boxes will have vim and I'll quit doing silly things like
this jumping from oddballs back to linux :)


git-svn-id: https://svn.apache.org/repos/asf/apr/apr-iconv/trunk@589759 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/Makefile.in b/Makefile.in
index c27c7c3..6434215 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -43,7 +43,7 @@
 	    $(MKINSTALLDIRS) $(DESTDIR)$(include_prefix); \
 	fi;
 	$(INSTALL_DATA) $(abs_srcdir)/include/api_version.h $(DESTDIR)$(include_prefix)
-	$(INSTALL_DATA) i$(abs_srcdir)/nclude/apr_iconv.h $(DESTDIR)$(include_prefix)
+	$(INSTALL_DATA) $(abs_srcdir)/nclude/apr_iconv.h $(DESTDIR)$(include_prefix)
 	if [ ! -d $(DESTDIR)$(exec_prefix) ]; then \
 	    $(MKINSTALLDIRS) $(DESTDIR)$(exec_prefix); \
 	fi; \