1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-30 15:02:18 +01:00

zsh-workers/8968

This commit is contained in:
Tanaka Akira 1999-12-09 11:01:30 +00:00
parent 2946f42365
commit d0c0f1a95c

View file

@ -36,3 +36,7 @@ $(dir_top)/Config/defs.mk $(dir_top)/Config/version.mk
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