From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9858 invoked from network); 10 May 2000 18:02:56 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 10 May 2000 18:02:56 -0000 Received: (qmail 25172 invoked by alias); 10 May 2000 18:02:48 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11312 Received: (qmail 25152 invoked from network); 10 May 2000 18:02:46 -0000 From: "Bart Schaefer" Message-Id: <1000510180240.ZM15375@candle.brasslantern.com> Date: Wed, 10 May 2000 18:02:40 +0000 In-Reply-To: Comments: In reply to Andrej Borsenkow "FUNCTIONS_INSTALL in Makefile's is not updated." (May 10, 8:58pm) References: X-Mailer: Z-Mail (5.0.0 30July97) To: Zsh workers list Subject: Re: FUNCTIONS_INSTALL in Makefile's is not updated. MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On May 10, 8:58pm, Andrej Borsenkow wrote: } Subject: FUNCTIONS_INSTALL in Makefile's is not updated. } } Anybody noticed it? If you change it in configure.in and just run make, } then configure is recreated, config.status is recreated with new value for } this, but no Makefile is changed. This should fix it: Index: Config/config.mk =================================================================== @@ -37,6 +37,6 @@ cd $(dir_top) && \ CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status -$(dir_top)/Config/defs.mk: $(sdir_top)/Config/defs.mk.in +$(dir_top)/Config/defs.mk: $(sdir_top)/Config/defs.mk.in $(dir_top)/config.status cd $(dir_top) && \ CONFIG_FILES=Config/defs.mk CONFIG_HEADERS= ./config.status -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com