Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!godot!harvard!seismo!brl-tgr!tgr!moss@Brl-Vld.ARPA From: moss@Brl-Vld.ARPA (Gary S. Moss (AMXBR-VLD-V)) Newsgroups: net.lang.c Subject: Re: make depend Message-ID: <8775@brl-tgr.ARPA> Date: Thu, 28-Feb-85 11:45:57 EST Article-I.D.: brl-tgr.8775 Posted: Thu Feb 28 11:45:57 1985 Date-Received: Sat, 2-Mar-85 04:25:31 EST Sender: news@brl-tgr.ARPA Lines: 13 Don't know about vanilla 4.2BSD, but we have the BRL-enhanced 4.2 with Doug Gwyn's SVR2 emulation running on a 780, and I implemented Richard Drave's make depend with success (thanks Richard). The only problem I had, was since I had to use /lib/cpp to get the -M flag (/usr/5lib/cpp which emulates S5 doesn't have it) I had to add -I/usr/5include to my other -I's to tell /lib/cpp where string.h was (BSD calls it strings.h (don't know if they are related, but if so, it would be nice if they were the same name)). So, anyone know if this -M flag has been added at BRL or why Guy missed out on it? &- Moss -&