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/05/22 22:34:23 UTC

cvs commit: apache/src Makefile.tmpl

jim         97/05/22 13:34:22

  Modified:    src       Makefile.tmpl
  Log:
  Change order of libs... Make -lregex last
  
  Revision  Changes    Path
  1.45      +1 -1      apache/src/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Makefile.tmpl,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -C3 -r1.44 -r1.45
  *** Makefile.tmpl	1997/04/13 20:45:34	1.44
  --- Makefile.tmpl	1997/05/22 20:34:21	1.45
  ***************
  *** 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)')
  --- 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)')