From ba4f5e80ec9d7e145718e79fed6e57a852c86c12 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 15 Apr 1999 18:15:04 +0000 Subject: zsh-3.1.5-pws-8 --- Src/Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Src/Makefile.in') diff --git a/Src/Makefile.in b/Src/Makefile.in index 27891e92a..1b5256e16 100644 --- a/Src/Makefile.in +++ b/Src/Makefile.in @@ -85,7 +85,9 @@ modobjs: headers rm-modobjs-tmp rm-modobjs-tmp: rm -f stamp-modobjs.tmp -Makemod modules.index prep: modules-bltin +@@config.mk@@ + +Makemod modules.index prep: modules-bltin $(CONFIG_INCS) ( cd $(sdir_top) && $(SHELL) $(subdir)/mkmodindex.sh $(subdir) ) \ > modules.index.tmp @if cmp -s modules.index.tmp modules.index; then \ @@ -200,6 +202,4 @@ install.modules uninstall.modules \ modobjs modules headers proto $(MAIN_OBJS): Makemod @$(MAKE) -f Makemod $(MAKEDEFS) $@ -# ========== DEPENDENCIES FOR MAINTENANCE ========== - -@@config.mk@@ +$(MAIN_OBJS): $(sdir)/zsh.h -- cgit 1.4.1