Path: utzoo!mnetor!uunet!husc6!hscfvax!mohamed From: mohamed@hscfvax.harvard.edu (Mohamed_el_Lozy) Newsgroups: comp.bugs.4bsd Subject: Re: Make(1) does not support file inclusion +Fix Message-ID: <539@hscfvax.harvard.edu> Date: 15 Mar 88 17:42:11 GMT References: <739@elxsi.UUCP> Organization: Health Sciences Computing Facility, Harvard University Lines: 14 Summary: do_include() missing The two postings about make seem to have something missing. Applying the first patch will produce a program that fails to link, with do_include() missing. If -DINCLUDE is removed from the DFLAGS it will make properly. I very much suspect that do_include() should live in files.c, and there are no patches for that file. The second posting (which adds RCS compatibility) confirms that impression. There is a patch which takes files.c from 1.3 to 1.4. It takes, apart from the headers. Like after the first patch, compilation fails with do_include() missing, but works if you remove -DINCLUDE from DFLAGS. Since I do not care about the include capability, I am perfectly satisfied. Others may want it.