Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 4753 invoked by uid 6000); 14 Apr 1999 11:06:27 -0000 Received: (qmail 4747 invoked by alias); 14 Apr 1999 11:06:26 -0000 Delivered-To: apache-apr-cvs@hyperreal.org Received: (qmail 4745 invoked by uid 161); 14 Apr 1999 11:06:25 -0000 Date: 14 Apr 1999 11:06:25 -0000 Message-ID: <19990414110625.4744.qmail@hyperreal.org> From: coar@hyperreal.org To: apache-apr-cvs@hyperreal.org Subject: cvs commit: apache-apr/apr/lib Makefile.in Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org coar 99/04/14 04:06:25 Modified: apr configure.in apr/lib Makefile.in Log: Correct usage of RANLIB to be a macro, and put OS/2 platform flag into the same format as the others. Revision Changes Path 1.5 +1 -1 apache-apr/apr/configure.in Index: configure.in =================================================================== RCS file: /home/cvs/apache-apr/apr/configure.in,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- configure.in 1999/04/10 04:28:00 1.4 +++ configure.in 1999/04/14 11:06:24 1.5 @@ -61,7 +61,7 @@ fi if (test "$SYS_SW" = "OS/2"); then - CFLAGS="$CFLAGS -DOS2" + PLATFORM="-DOS2" fi dnl Checks for header files. 1.4 +1 -1 apache-apr/apr/lib/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/apache-apr/apr/lib/Makefile.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile.in 1999/04/10 04:28:02 1.3 +++ Makefile.in 1999/04/14 11:06:24 1.4 @@ -36,7 +36,7 @@ $(LIB): $(OBJS) $(RM) -f $@ $(AR) cr $@ $(OBJS) - @RANLIB@ $@ + $(RANLIB) $@ # # We really don't expect end users to use this rule. It works only with