rbb 01/07/29 21:20:03
Modified: build rules.mk.in Log: The rules.mk files must use something other than top_builddir. This is so that multiple source trees can all use $(top_builddir), and just use APR's rules.mk file. Without this, every source tree that uses this rules.mk file, thinks it's top_builddir is APR's top_builddir. This ties in with the next commit to APR-util to make it use APR's build directory. Revision Changes Path 1.19 +1 -1 apr/build/rules.mk.in Index: rules.mk.in =================================================================== RCS file: /home/cvs/apr/build/rules.mk.in,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- rules.mk.in 2001/07/21 16:40:31 1.18 +++ rules.mk.in 2001/07/30 04:20:03 1.19 @@ -61,7 +61,7 @@ # # Configuration variables # [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ [EMAIL PROTECTED]@
