jorton      2004/02/15 08:43:12

  Modified:    build    gen-build.py
  Log:
  * build/gen-build.py: Use srcdir not top_srcdir in path to
  build-outputs.mk since apr-util/Makefile does not define the latter.
  
  Revision  Changes    Path
  1.6       +1 -1      apr/build/gen-build.py
  
  Index: gen-build.py
  ===================================================================
  RCS file: /home/cvs/apr/build/gen-build.py,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -b -d -u -r1.5 -r1.6
  --- gen-build.py      15 Feb 2004 16:36:32 -0000      1.5
  +++ gen-build.py      15 Feb 2004 16:43:12 -0000      1.6
  @@ -69,7 +69,7 @@
     keys.sort()
     f.write('BUILD_DIRS = %s\n\n' % string.join(keys))
   
  -  f.write('.make.dirs: $(top_srcdir)/build-outputs.mk\n' \
  +  f.write('.make.dirs: $(srcdir)/build-outputs.mk\n' \
             '[EMAIL PROTECTED] d in $(BUILD_DIRS); do test -d $$d || mkdir 
$$d; done\n' \
             '[EMAIL PROTECTED] timestamp > [EMAIL PROTECTED]')
   
  
  
  

Reply via email to