Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 26649 invoked by uid 500); 12 May 2001 03:51:13 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 26637 invoked by uid 1075); 12 May 2001 03:51:12 -0000 Date: 12 May 2001 03:51:12 -0000 Message-ID: <20010512035112.26636.qmail@apache.org> From: fielding@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/test Makefile.in fielding 01/05/11 20:51:12 Modified: test Makefile.in Log: Fix an odd test switch, though it is still odd. Revision Changes Path 1.52 +1 -1 apr/test/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/apr/test/Makefile.in,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- Makefile.in 2001/05/09 17:46:18 1.51 +++ Makefile.in 2001/05/12 03:51:12 1.52 @@ -47,7 +47,7 @@ ### why the export-dynamic? testdso@EXEEXT@: testdso.lo mod_test.so $(LOCAL_LIBS) - $(LINK) --export-dynamic testdso.lo $(LOCAL_LIBS) $(ALL_LIBS) + $(LINK) -export-dynamic testdso.lo $(LOCAL_LIBS) $(ALL_LIBS) testoc@EXEEXT@: testoc.lo $(LOCAL_LIBS) $(LINK) testoc.lo $(LOCAL_LIBS) $(ALL_LIBS)