Andrew Haley wrote: > Gary Benson writes: > > Andrew Haley wrote: > > > A bug: > > > > > > running install_lib > > > copying build/lib/aotcompile.py -> usr/lib/python2.4/site-packages > > > > > > needs to be /usr/lib/python2.4/site-packages > > > > What did you do to make this happen? > > configure; make; make install Ok, got it. Is there a way to reference variables in makefiles such that a default value is supplied if the variable is empty? Like ${X:+ } in bash? Cheers, Gary