> s...@apache.org wrote on Mon, Jun 27, 2011 at 11:19:00 -0000: > > * tools/dev/unix-build/Makefile.svn: For some reason 'mkdir -p $(dirname > > $@)' > > results in 'mkdir -p' being invoked without any arguments[1], so don't > > use > > this construct.
Sorry about that! I meant $(dir $@). r1140227. [Daniel Shahaf] > mkdir -p $$(dirname $@) ...Though that would work too.