rse         98/03/22 23:28:40

  Modified:    src/modules/proxy Makefile.tmpl
  Log:
  Ops, mod_proxy has it's own local definition of the implict Makefile rules,
  so change the compiler run for more portable usage here, too.
  
  Revision  Changes    Path
  1.10      +1 -1      apache-1.3/src/modules/proxy/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/modules/proxy/Makefile.tmpl,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Makefile.tmpl     1998/03/17 15:42:31     1.9
  +++ Makefile.tmpl     1998/03/23 07:28:40     1.10
  @@ -35,7 +35,7 @@
        $(CC) -c $(INCLUDES) $(CFLAGS) $(SPACER) $<
   
   .c.so-o:
  -     $(CC) -c $(INCLUDES) $(CFLAGS) $(CFLAGS_SHLIB) $(SPACER) -o $*.so-o $<
  +     $(CC) -c $(INCLUDES) $(CFLAGS) $(CFLAGS_SHLIB) $(SPACER) $< && mv $*.o 
$*.so-o
   
   clean:
        rm -f $(OBJS) $(SHLIB_OBJS) $(LIB)
  
  
  

Reply via email to