On Sun, Oct 28, 2007 at 07:31:44PM -0000, William Rowe wrote:
> Author: wrowe
> Date: Sun Oct 28 12:31:43 2007
> New Revision: 589401
> 
> URL: http://svn.apache.org/viewvc?rev=589401&view=rev
> Log:
> Fix vpath install
> 
> 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=589401&r1=589400&r2=589401&view=diff
> ==============================================================================
> --- apr/apr-iconv/trunk/Makefile.in (original)
> +++ apr/apr-iconv/trunk/Makefile.in Sun Oct 28 12:31:43 2007
> @@ -42,8 +42,8 @@
>       if [ ! -d $(DESTDIR)$(include_prefix) ]; then \
>           $(MKINSTALLDIRS) $(DESTDIR)$(include_prefix); \
>       fi;
> -     $(INSTALL_DATA) include/api_version.h $(DESTDIR)$(include_prefix)
> -     $(INSTALL_DATA) include/apr_iconv.h $(DESTDIR)$(include_prefix)
> +     $(INSTALL_DATA) $(abs_srcdir)/include/api_version.h 
> $(DESTDIR)$(include_prefix)
> +     $(INSTALL_DATA) i$(abs_srcdir)/nclude/apr_iconv.h 
> $(DESTDIR)$(include_prefix)

Typo ...                ^ here.


Reply via email to