From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25239 invoked from network); 8 Dec 1999 17:03:06 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 8 Dec 1999 17:03:06 -0000 Received: (qmail 28748 invoked by alias); 8 Dec 1999 17:03:01 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8953 Received: (qmail 28741 invoked from network); 8 Dec 1999 17:02:59 -0000 From: "Bart Schaefer" Message-Id: <991208170237.ZM19115@candle.brasslantern.com> Date: Wed, 8 Dec 1999 17:02:37 +0000 In-Reply-To: <199912081440.OAA16357@mango.dublin.iona.ie> Comments: In reply to zefram@fysh.org "PATCH: a couple of Makefile fixes" (Dec 8, 2:40pm) References: <199912081440.OAA16357@mango.dublin.iona.ie> X-Mailer: Z-Mail (5.0.0 30July97) To: zefram@fysh.org, zsh-workers@sunsite.auc.dk Subject: Re: PATCH: a couple of Makefile fixes MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Dec 8, 2:40pm, zefram@fysh.org wrote: } Subject: PATCH: a couple of Makefile fixes } } --- 124,130 ---- } config.h.in: stamp-h.in } stamp-h.in: configure.in acconfig.h aclocal.m4 aczsh.m4 } cd $(sdir) && autoheader } ! echo > $(sdir)/stamp-h.in } } # ========== DEPENDENCIES FOR DISTRIBUTION ========== } I've been wondering about stuff like this. Note that this now does not actually create the file that's the target. Shouldn't it read: config.h.in: $(sdir)/stamp-h.in $(sdir)/stamp-h.in: configure.in acconfig.h aclocal.m4 aczsh.m4 ?? Maybe it even needs to be $(sdir)/config.h.in: $(sdir)/stamp-h.in ?? -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com