You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2001/09/14 16:10:06 UTC

cvs commit: apr Makefile.in

trawick     01/09/14 07:10:06

  Modified:    .        Makefile.in
  Log:
  get srcdir into apr/Makefile, as srcdir is now referenced
  during make install
  
  Revision  Changes    Path
  1.55      +1 -0      apr/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr/Makefile.in,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- Makefile.in	2001/09/13 22:19:13	1.54
  +++ Makefile.in	2001/09/14 14:10:05	1.55
  @@ -38,6 +38,7 @@
   exec_prefix=@exec_prefix@
   libdir=@libdir@
   includedir=@includedir@
  +srcdir=@srcdir@
   
   delete-lib:
   	@if test -f $(TARGET_LIB); then \