rse         98/04/27 03:22:30

  Modified:    .        Makefile.tmpl
  Log:
  Remove unnecessary semicolon
  
  Revision  Changes    Path
  1.27      +1 -1      apache-1.3/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/Makefile.tmpl,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- Makefile.tmpl     1998/04/25 19:27:03     1.26
  +++ Makefile.tmpl     1998/04/27 10:22:30     1.27
  @@ -307,7 +307,7 @@
   #   install the Apache C header files
   install-include:
        @echo "===> [include: Installing Apache C header files]"
  -     $(UMASK) 022; $(CP) $(SRC)/include/*.h $(includedir)/;
  +     $(UMASK) 022; $(CP) $(SRC)/include/*.h $(includedir)/
        @osdir=`grep '^OSDIR' $(SRC)/Makefile.config | sed -e 's:^OSDIR=::'`; \
        echo "$(UMASK) 022; $(CP) $(SRC)/$$osdir/os.h $(includedir)/"; \
        $(UMASK) 022; $(CP) $(SRC)/$$osdir/os.h $(includedir)/
  
  
  

Reply via email to