From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15773 invoked from network); 21 Feb 2000 10:08:01 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 21 Feb 2000 10:08:01 -0000 Received: (qmail 5798 invoked by alias); 21 Feb 2000 10:07:57 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9811 Received: (qmail 5791 invoked from network); 21 Feb 2000 10:07:56 -0000 Subject: Re: PATCH: Re: duplicate targets in Makefile rule In-Reply-To: <20000221021201.A27957@thelonious.new.ox.ac.uk> from Adam Spiers at "Feb 21, 2000 02:12:01 am" To: Adam Spiers Date: Mon, 21 Feb 2000 10:07:49 +0000 (GMT) CC: zsh workers mailing list X-Mailer: ELM [version 2.4ME+ PL66 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: From: Zefram Adam Spiers wrote: >> Not portable: $< does not portably exist > >*sigh* You learn something every day. Why is it not meaningful >though, out of curiosity? There may be many (or no) dependencies in an explicit rule, whereas $< is defined (for an implicit rule) to expand to the exactly one dependency. -zefram