Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: rebuilding Config/defs.mk
- X-seq: zsh-workers 8968
- From: zefram@xxxxxxxx
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: PATCH: rebuilding Config/defs.mk
- Date: Thu, 9 Dec 1999 10:59:25 GMT
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
If you change any of the Config/*.mk files, all the Makefiles rebuild
themselves. But if you change Config/defs.mk.in, they don't know to
rebuild Config/defs.mk.
-zefram
diff -cr ../zsh-/Config/config.mk ./Config/config.mk
*** ../zsh-/Config/config.mk Sun Nov 28 17:42:27 1999
--- ./Config/config.mk Thu Dec 9 10:55:00 1999
***************
*** 36,38 ****
--- 36,42 ----
Makefile: Makefile.in $(dir_top)/config.status $(CONFIG_INCS)
cd $(dir_top) && \
CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
+
+ $(dir_top)/Config/defs.mk: $(sdir_top)/Config/defs.mk.in
+ cd $(dir_top) && \
+ CONFIG_FILES=Config/defs.mk CONFIG_HEADERS= ./config.status
END
Messages sorted by:
Reverse Date,
Date,
Thread,
Author