You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Paul Sutton <pc...@hyperreal.org> on 1997/09/12 16:23:53 UTC

cvs commit: apachen/src/modules/proxy Makefile

pcs         97/09/12 07:23:52

  Modified:    src/modules/proxy Makefile
  Log:
  Fix proxy makefile to use an "all" target like the other module/* directories.
  
  Also do not remove the library on every build.
  
  Submitted by:	Martin Kraemer
  
  Revision  Changes    Path
  1.17      +1 -1      apachen/src/modules/proxy/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/modules/proxy/Makefile,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- Makefile	1997/09/10 20:05:38	1.16
  +++ Makefile	1997/09/12 14:23:50	1.17
  @@ -66,7 +66,7 @@
   
   OBJS=$(PROXYSRC:.c=.o)
   
  -default:	force $(LIB)
  +all:	$(LIB)
   
   .c.a:
   	$(MAKE) $(CFLAGS) $<