On May 19, 2010, at 4:08 AM, ed wrote: > Yes with yesterday's update, I tend to update ledger on this machine > most days
Assuming you use git, try this: git revert 017492ef ./acprep opt make -- -prefix=/usr/local If that works, I know what the problem is. To undo this change, use: git reset --hard origin/master (or origin/next, if you track the next branch) John
