about summary refs log tree commit diff
path: root/Src/Makefile.in
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-03-01 18:31:21 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-03-01 18:31:21 +0000
commitb3b4bce529e76785d7199bb87f0289d090d4171f (patch)
tree82391cf151bd91de2379dd13e14c410048916e9f /Src/Makefile.in
parent51d6a607947365aa812dfbf68e72a2945848f6d6 (diff)
downloadzsh-b3b4bce529e76785d7199bb87f0289d090d4171f.tar.gz
zsh-b3b4bce529e76785d7199bb87f0289d090d4171f.tar.xz
zsh-b3b4bce529e76785d7199bb87f0289d090d4171f.zip
zsh-workers/9961
Diffstat (limited to 'Src/Makefile.in')
-rw-r--r--Src/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/Src/Makefile.in b/Src/Makefile.in
index ebe708626..c78e17429 100644
--- a/Src/Makefile.in
+++ b/Src/Makefile.in
@@ -128,7 +128,10 @@ FORCE:
 
 # ========== LINKING IN MODULES ==========
 
-modules-bltin: Makefile
+mymods.conf:
+	@echo Linking with the standard modules.
+
+modules-bltin: Makefile $(sdir)/xmods.conf mymods.conf
 	if test -f mymods.conf; then \
 	    cat mymods.conf > $@; \
 	elif test @D@ = N; then \