Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 33414 invoked by uid 500); 18 Feb 2001 16:01:30 -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 33390 invoked by uid 500); 18 Feb 2001 16:01:30 -0000 Delivered-To: apmail-apr-util-cvs@apache.org Date: 18 Feb 2001 16:01:28 -0000 Message-ID: <20010218160128.33353.qmail@apache.org> From: fielding@apache.org To: apr-util-cvs@apache.org Subject: cvs commit: apr-util Makefile.in fielding 01/02/18 08:01:28 Modified: . Makefile.in Log: Intermediate change of hardcoded "helpers" reference to "build" until I get a chance to revamp this to use APR's variables directly. Revision Changes Path 1.22 +2 -2 apr-util/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/apr-util/Makefile.in,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- Makefile.in 2001/02/17 22:25:47 1.21 +++ Makefile.in 2001/02/18 16:01:28 1.22 @@ -49,11 +49,11 @@ fi $(TARGET_EXPORTS): - $(AWK) -f @APR_SOURCE_DIR@/helpers/make_export.awk include/*.h > $@ ; + $(AWK) -f @APR_SOURCE_DIR@/build/make_export.awk include/*.h > $@ ; docs: mkdir ./docs - perl @APR_SOURCE_DIR@/helpers/scandoc -i./build/default.pl -p./docs/ ./include/*.h + perl @APR_SOURCE_DIR@/build/scandoc.pl -i./build/default.pl -p./docs/ ./include/*.h .PHONY: delete-lib delete-exports