> From: "Darren Bounds" <[EMAIL PROTECTED]> > Date: Mon, 21 Oct 2002 20:20:48 -0400 > > bash-2.05b# make > Making all in src > "Makefile", line 220: Need an operator > > -include $(DEP_FILES)
Looks like you're using BSD make but your Makefile is assuming GNU make. (Are you really doing the build as root? I wouldn't.)
