I have had this problem before.  It turns out that it is caused by
lack of space in /tmp and so imake can't do the file manipulations
that it needs to do.  The result is a makefile that is broken.

The fix?  mv Makefile.bak Makefile, delete some stuff in /tmp, and
make Makefile again.  Then do your make.

Good Luck,
-Scott

Reply via email to