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!linus!philabs!cmcl2!seismo!brl-tgr!gwyn From: gwyn@brl-tgr.ARPA (Doug Gwyn ) Newsgroups: net.unix Subject: Re: Is this a make bug or a make feature? Message-ID: <10171@brl-tgr.ARPA> Date: Tue, 23-Apr-85 22:30:00 EST Article-I.D.: brl-tgr.10171 Posted: Tue Apr 23 22:30:00 1985 Date-Received: Fri, 26-Apr-85 21:22:33 EST References: <159@anasazi.UUCP> Distribution: net Organization: Ballistic Research Lab Lines: 8 > cpp: $(OBJS) > lint: $(SRCS) > > If the source files are kept under sccs and the .c's aren't kept around, > life gets difficult. Even though cpp is the target, make thinks that > it needs the source files since the (potential) lint target requires them. That's a bug in your version of "make".