You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2007/10/29 18:37:03 UTC

svn commit: r589759 - /apr/apr-iconv/trunk/Makefile.in

Author: wrowe
Date: Mon Oct 29 10:36:53 2007
New Revision: 589759

URL: http://svn.apache.org/viewvc?rev=589759&view=rev
Log:
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 :)

Modified:
    apr/apr-iconv/trunk/Makefile.in

Modified: apr/apr-iconv/trunk/Makefile.in
URL: http://svn.apache.org/viewvc/apr/apr-iconv/trunk/Makefile.in?rev=589759&r1=589758&r2=589759&view=diff
==============================================================================
--- apr/apr-iconv/trunk/Makefile.in (original)
+++ apr/apr-iconv/trunk/Makefile.in Mon Oct 29 10:36:53 2007
@@ -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; \