]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
mac build: fix makefile bug
authorrobk-tahoe <robk-tahoe@allmydata.com>
Wed, 27 Feb 2008 01:20:10 +0000 (18:20 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Wed, 27 Feb 2008 01:20:10 +0000 (18:20 -0700)
commit360c9d485c560413c876fc451b2ea6bab2233ebc
treeeab804cfbfb40b7eacd1bda74b817ba5cfec350c
parent9063eebf64c9edea40b165a9daf5773e4c49c966
mac build: fix makefile bug

blah $( foo )  is more explicit than blah ` foo ` in a bash-like context
unfortunately it doesn't translate very well to makefiles, for which $(
means something else entirely
mac/Makefile