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