akosut 96/08/04 18:25:53
Modified: src Makefile.tmpl Log: Fix typo in CFLAGS. Revision Changes Path 1.21 +1 -1 apache/src/Makefile.tmpl Index: Makefile.tmpl =================================================================== RCS file: /export/home/cvs/apache/src/Makefile.tmpl,v retrieving revision 1.20 retrieving revision 1.21 diff -C3 -r1.20 -r1.21 *** Makefile.tmpl 1996/08/05 01:17:22 1.20 --- Makefile.tmpl 1996/08/05 01:25:52 1.21 *************** *** 3,9 **** # This is combined with the information in the "Configuration" file # by the configure script to make the actual Makefile. ! CFLAGS=$(OPTIM) $(CFLAGS1) $(EXTRA_FLAGS) LIBS=$(EXTRA_LIBS) $(LIBS1) INCLUDES=$(INCLUDES1) $(EXTRA_INCLUDES) LFLAGS=$(LFLAGS1) $(EXTRA_LFLAGS) --- 3,9 ---- # This is combined with the information in the "Configuration" file # by the configure script to make the actual Makefile. ! CFLAGS=$(OPTIM) $(CFLAGS1) $(EXTRA_CFLAGS) LIBS=$(EXTRA_LIBS) $(LIBS1) INCLUDES=$(INCLUDES1) $(EXTRA_INCLUDES) LFLAGS=$(LFLAGS1) $(EXTRA_LFLAGS)