stoddard    01/04/03 18:29:44

  Modified:    .        Makefile.in
  Log:
  AIX insists on that leading TAB. Fix complie break.
  
  Revision  Changes    Path
  1.24      +1 -1      apr-util/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr-util/Makefile.in,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- Makefile.in       2001/04/03 22:50:34     1.23
  +++ Makefile.in       2001/04/04 01:29:44     1.24
  @@ -36,7 +36,7 @@
        fi
   
   install: $(TARGET_LIB)
  -        if [ ! -d $(includedir) ]; then \
  +     if [ ! -d $(includedir) ]; then \
               @APR_SOURCE_DIR@/build/mkdir.sh $(includedir); \
           fi; \
           cp include/*.h $(includedir); \
  
  
  

Reply via email to