Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: FUNCTIONS_INSTALL in Makefile's is not updated.
- X-seq: zsh-workers 11312
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Zsh workers list <zsh-workers@xxxxxxxxxxxxxx>
- Subject: Re: FUNCTIONS_INSTALL in Makefile's is not updated.
- Date: Wed, 10 May 2000 18:02:40 +0000
- In-reply-to: <Pine.SV4.4.20.0005102050570.13347-100000@xxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <Pine.SV4.4.20.0005102050570.13347-100000@xxxxxxxxxxxxxxxxxxxxx>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author