about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-10-24 19:37:54 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-10-24 19:37:54 +0000
commite396615072d520db60e55c53c783932a710e3b59 (patch)
tree64976fb77665edc9851c063eb7129b5a9a71e88c
parentb42ac7d1aa9ba1c015874c872bf3552e11f3facf (diff)
downloadzsh-e396615072d520db60e55c53c783932a710e3b59.tar.gz
zsh-e396615072d520db60e55c53c783932a710e3b59.tar.xz
zsh-e396615072d520db60e55c53c783932a710e3b59.zip
zsh-workers/8393
-rw-r--r--Src/zsh.mdd4
1 files changed, 3 insertions, 1 deletions
diff --git a/Src/zsh.mdd b/Src/zsh.mdd
index a92fee90c..08289ef8f 100644
--- a/Src/zsh.mdd
+++ b/Src/zsh.mdd
@@ -12,6 +12,8 @@ headers="../config.h system.h zsh.h sigcount.h signals.h \
 prototypes.h hashtable.h ztype.h"
 
 :<<\Make
+@CONFIG_MK@
+
 signames.c: signames1.awk signames2.awk ../config.h @SIGNAL_H@
 	$(AWK) -f $(sdir)/signames1.awk @SIGNAL_H@ >sigtmp.c
 	$(CPP) sigtmp.c >sigtmp.out
@@ -28,7 +30,7 @@ params.o: version.h
 version.h: $(sdir_top)/Config/version.mk
 	echo '#define ZSH_VERSION "'$(VERSION)'"' > $@
 
-zshpaths.h: FORCE Makemod
+zshpaths.h: Makemod $(CONFIG_INCS)
 	@echo '#define MODULE_DIR "'$(MODDIR)'"' > zshpaths.h.tmp
 	@if test x$(fndir) != xno; then \
 	  echo '#define FPATH_DIR "'$(fndir)'"' >> zshpaths.h.tmp; \