pcs         98/04/17 07:58:52

  Modified:    src      Makefile.nt
  Log:
  Fix typo which meant that the installer-DLL target (installdll)
  was not working
  
  Revision  Changes    Path
  1.28      +1 -1      apache-1.3/src/Makefile.nt
  
  Index: Makefile.nt
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/Makefile.nt,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- Makefile.nt       1998/04/14 20:00:18     1.27
  +++ Makefile.nt       1998/04/17 14:58:51     1.28
  @@ -42,7 +42,7 @@
        $(MAKE) /f Makefile.nt _cleanr
        $(MAKE) /f Makefile.nt _cleand
   
  -installdll: _release installdll
  +installdll: _release _installdll
   
   _build:
   #    echo LONG %LONG% SHORT %SHORT% x
  
  
  

Reply via email to