rse         98/06/09 04:02:20

  Modified:    .        Makefile.tmpl
  Log:
  Just cosmetics: Fix indentation.
  
  Revision  Changes    Path
  1.39      +5 -5      apache-1.3/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/Makefile.tmpl,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- Makefile.tmpl     1998/06/09 11:00:18     1.38
  +++ Makefile.tmpl     1998/06/09 11:02:20     1.39
  @@ -424,11 +424,11 @@
   #   clean additional support stuff
   clean-support:
        @echo "===> $(SRC)/support"; \
  -         cd $(TOP)/$(SRC)/support; $(MAKE) $(MFLAGS) clean; \
  -         if [ ".$(suexec)" = .1 ]; then \
  -             echo "$(RM) suexec"; \
  -             $(RM) suexec; \
  -         fi; \
  +     cd $(TOP)/$(SRC)/support; $(MAKE) $(MFLAGS) clean; \
  +     if [ ".$(suexec)" = .1 ]; then \
  +             echo "$(RM) suexec"; \
  +             $(RM) suexec; \
  +     fi; \
        echo "<=== $(SRC)/support"
   
   #   cleanup the source tree by removing anything which was
  
  
  

Reply via email to