coar        97/08/14 05:18:29

  Modified:    src      Makefile.tmpl
  Log:
        Make the httpd result dependent upon all the object modules
        that go into it so it gets relinked on changes ;->.
  
  Revision  Changes    Path
  1.56      +1 -1      apachen/src/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/Makefile.tmpl,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- Makefile.tmpl     1997/08/10 13:33:58     1.55
  +++ Makefile.tmpl     1997/08/14 12:18:28     1.56
  @@ -31,7 +31,7 @@
        @echo "If not, you will at least have to touch @@Configuration@@."
        @false
   
  -httpd: $(REGLIB) modules.o
  +httpd: $(REGLIB) $(OBJS)
        $(CC) $(LDFLAGS)  -o httpd $(OBJS) $(REGLIB) $(LIBS)
   
   regex/libregex.a:
  
  
  

Reply via email to