rbb         2002/06/14 23:00:15

  Modified:    .        Makefile.in
               .        Makefile.in
  Log:
  Fix a couple of typos in some Makefiles.
  
  Submitted by:  Cliff Woolley
  
  Revision  Changes    Path
  1.77      +1 -1      apr/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr/Makefile.in,v
  retrieving revision 1.76
  retrieving revision 1.77
  diff -u -r1.76 -r1.77
  --- Makefile.in       15 Jun 2002 04:41:52 -0000      1.76
  +++ Makefile.in       15 Jun 2002 06:00:15 -0000      1.77
  @@ -89,7 +89,7 @@
        chmod 755 $(DESTDIR)$(bindir)/apr-config
        @if [ $(INSTALL_SUBDIRS) != "none" ]; then \
               for i in $(INSTALL_SUBDIRS); do \
  -             ( cd $$i ; $(MAKE) root=$(DESTDIR) install ); \
  +             ( cd $$i ; $(MAKE) DESTDIR=$(DESTDIR) install ); \
            done \
        fi
   
  
  
  
  1.68      +1 -1      apr-util/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr-util/Makefile.in,v
  retrieving revision 1.67
  retrieving revision 1.68
  diff -u -r1.67 -r1.68
  --- Makefile.in       15 Jun 2002 04:41:52 -0000      1.67
  +++ Makefile.in       15 Jun 2002 06:00:15 -0000      1.68
  @@ -70,7 +70,7 @@
        $(LIBTOOL) --mode=install cp apu-config $(DESTDIR)$(bindir)
        chmod 755 $(DESTDIR)$(bindir)/apu-config
        list='$(INSTALL_SUBDIRS)'; for i in $$list; do \
  -             ( cd $$i ; $(MAKE) root=$(DESTDIR) install ); \
  +             ( cd $$i ; $(MAKE) DESTDIR=$(DESTDIR) install ); \
        done
   
   $(TARGET_LIB):
  
  
  

Reply via email to