pcs         97/09/24 13:54:51

  Modified:    src      Makefile.tmpl
  Log:
  Make modules.o after OS specific files have been copied
  
  Revision  Changes    Path
  1.66      +1 -1      apachen/src/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/Makefile.tmpl,v
  retrieving revision 1.65
  retrieving revision 1.66
  diff -u -r1.65 -r1.66
  --- Makefile.tmpl     1997/09/12 13:35:27     1.65
  +++ Makefile.tmpl     1997/09/24 20:54:49     1.66
  @@ -26,7 +26,7 @@
        @echo "If not, you will at least have to touch @@Configuration@@."
        @false
   
  -httpd:  modules.o subdirs
  +httpd:  subdirs modules.o
        rm -f buildmark.c
        echo 'const char SERVER_BUILT[] = "'`date`'";' > buildmark.c
        $(CC) -c $(CFLAGS) buildmark.c
  
  
  

Reply via email to