You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by br...@apache.org on 2004/07/05 07:32:10 UTC

cvs commit: apr-iconv Makefile.in

brane       2004/07/04 22:32:10

  Modified:    .        Makefile.in
  Log:
  Don't install the apr-iconv headers; the apr-iconv interface is no longer public.
  
  Revision  Changes    Path
  1.8       +0 -7      apr-iconv/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr-iconv/Makefile.in,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Makefile.in	2 Jul 2004 13:11:47 -0000	1.7
  +++ Makefile.in	5 Jul 2004 05:32:10 -0000	1.8
  @@ -21,17 +21,10 @@
   exec_prefix=@prefix@/bin
   lib_prefix=@prefix@/lib
   libdir=@iconv_libdir@
  -includedir=@includedir@
   
   MKINSTALLDIRS=$(abs_srcdir)/build/mkdir.sh
   
   install:
  -	if [ ! -d $(DESTDIR)$(includedir) ]; then \
  -	    $(MKINSTALLDIRS) $(DESTDIR)$(includedir); \
  -	fi; \
  -	cp -p $(abs_srcdir)/include/*.h $(DESTDIR)$(includedir); \
  -	cp -p $(abs_srcdir)/lib/*.h $(DESTDIR)$(includedir); \
  -	cp -p $(abs_builddir)/lib/*.h $(DESTDIR)$(includedir); \
   	if [ ! -d $(lib_prefix) ]; then \
   	    $(MKINSTALLDIRS) $(DESTDIR)$(lib_prefix); \
   	fi;