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:38:10 UTC

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

Author: wrowe
Date: Mon Oct 29 10:38:08 2007
New Revision: 589760

URL: http://svn.apache.org/viewvc?rev=589760&view=rev
Log:
Re-patch typo correction, this wasn't a redundant 'i'nclude, it was 
a P vs p paste error apparently :)

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=589760&r1=589759&r2=589760&view=diff
==============================================================================
--- apr/apr-iconv/trunk/Makefile.in (original)
+++ apr/apr-iconv/trunk/Makefile.in Mon Oct 29 10:38:08 2007
@@ -43,7 +43,7 @@
 	    $(MKINSTALLDIRS) $(DESTDIR)$(include_prefix); \
 	fi;
 	$(INSTALL_DATA) $(abs_srcdir)/include/api_version.h $(DESTDIR)$(include_prefix)
-	$(INSTALL_DATA) $(abs_srcdir)/nclude/apr_iconv.h $(DESTDIR)$(include_prefix)
+	$(INSTALL_DATA) $(abs_srcdir)/include/apr_iconv.h $(DESTDIR)$(include_prefix)
 	if [ ! -d $(DESTDIR)$(exec_prefix) ]; then \
 	    $(MKINSTALLDIRS) $(DESTDIR)$(exec_prefix); \
 	fi; \