Received: by taz.hyperreal.com (8.7.6/V2.0) id PAA24893; Fri, 1 Nov 1996 15:23:55 -0800 (PST) Received: by taz.hyperreal.com (8.7.6/V2.0) id PAA24886; Fri, 1 Nov 1996 15:23:53 -0800 (PST) Date: Fri, 1 Nov 1996 15:23:53 -0800 (PST) From: Ben Laurie Message-Id: <199611012323.PAA24886@taz.hyperreal.com> To: apache-cvs@hyperreal.com Subject: cvs commit: apache/support Makefile Sender: owner-apache-cvs@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com ben 96/11/01 15:23:53 Modified: support Makefile Log: Undo accidental change. Revision Changes Path 1.13 +4 -4 apache/support/Makefile Index: Makefile =================================================================== RCS file: /export/home/cvs/apache/support/Makefile,v retrieving revision 1.12 retrieving revision 1.13 diff -C3 -r1.12 -r1.13 *** Makefile 1996/11/01 19:07:39 1.12 --- Makefile 1996/11/01 23:23:51 1.13 *************** *** 1,15 **** ! # $Id: Makefile,v 1.12 1996/11/01 19:07:39 ben Exp $ # For gcc ! #CC= gcc # For ANSI compilers ! CC= cc #For Optimization #CFLAGS= -O2 #For debugging CFLAGS= -g # For SCO ODT ! EXTRA_LIBS= -lcrypt_i # For OS/2 port #EXTRA_LIBS= -llibufc -lsocket --- 1,15 ---- ! # $Id: Makefile,v 1.13 1996/11/01 23:23:51 ben Exp $ # For gcc ! CC= gcc # For ANSI compilers ! #CC= cc #For Optimization #CFLAGS= -O2 #For debugging CFLAGS= -g # For SCO ODT ! #EXTRA_LIBS= -lcrypt_i # For OS/2 port #EXTRA_LIBS= -llibufc -lsocket