You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Jim Jagielski <ji...@hyperreal.com> on 1997/06/04 22:21:17 UTC

cvs commit: apache/src Makefile.tmpl

jim         97/06/04 13:21:16

  Modified:    src       Makefile.tmpl
  Log:
  Back to b10 ordering
  
  Revision  Changes    Path
  1.46      +1 -1      apache/src/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Makefile.tmpl,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -C3 -r1.45 -r1.46
  *** Makefile.tmpl	1997/05/22 20:34:21	1.45
  --- Makefile.tmpl	1997/06/04 20:21:15	1.46
  ***************
  *** 26,32 ****
    	@false
    
    httpd: $(REGLIB) $(OBJS)
  ! 	$(CC) $(LFLAGS)  -o httpd $(OBJS) $(LIBS) $(REGLIB)
    
    regex/libregex.a:
    	(cd regex; $(MAKE) lib CC=$(CC) AUX_CFLAGS='$(CFLAGS)' RANLIB='$(RANLIB)')
  --- 26,32 ----
    	@false
    
    httpd: $(REGLIB) $(OBJS)
  ! 	$(CC) $(LFLAGS)  -o httpd $(OBJS) $(REGLIB) $(LIBS)
    
    regex/libregex.a:
    	(cd regex; $(MAKE) lib CC=$(CC) AUX_CFLAGS='$(CFLAGS)' RANLIB='$(RANLIB)')