When I ran make I got a dozen or so error messages of the form
: Makefile:<line number>: *** multiple target patterns. Stop.
Make (both gnu and berkeley) was barfing on lines that start with
"depends:;". I replaced the semicolon with a carriage return and
that fixed it.