coar        97/07/14 04:56:09

  Modified:    support   Makefile.tmpl
  Log:
        Change occurrences of LFLAGS* to LDFLAGS* to match the recent
        changes in the main Configuration and Makefile area.  LFLAGS is
        for Lex; LDFLAGS is for the loader.
  
  Revision  Changes    Path
  1.3       +1 -1      apache/support/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache/support/Makefile.tmpl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -C3 -r1.2 -r1.3
  *** Makefile.tmpl     1997/03/10 09:31:34     1.2
  --- Makefile.tmpl     1997/07/14 11:56:08     1.3
  ***************
  *** 6,12 ****
    CFLAGS=$(OPTIM) $(CFLAGS1) $(EXTRA_CFLAGS)
    LIBS=$(EXTRA_LIBS) $(LIBS1)
    INCLUDES=-I../src -I../src/regex $(INCLUDES1) $(EXTRA_INCLUDES)
  ! LFLAGS=$(LFLAGS1) $(EXTRA_LFLAGS)
    
    .c.o: 
        $(CC) -c $(CFLAGS) $(INCLUDES) $<
  --- 6,12 ----
    CFLAGS=$(OPTIM) $(CFLAGS1) $(EXTRA_CFLAGS)
    LIBS=$(EXTRA_LIBS) $(LIBS1)
    INCLUDES=-I../src -I../src/regex $(INCLUDES1) $(EXTRA_INCLUDES)
  ! LDFLAGS=$(LDFLAGS1) $(EXTRA_LDFLAGS)
    
    .c.o: 
        $(CC) -c $(CFLAGS) $(INCLUDES) $<
  
  
  

Reply via email to