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-03 18:58:54 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-03-03 18:58:54 +0000
commit26a29e1a3b9bc15269e6fd634f28edb537123512 (patch)
treeffb1cea8449aeffd91e0d89678ae3a7085a48a0b /Src/Makefile.in
parenta3864f056f0d0e1df4b5e4f5bc776af858c6a4d9 (diff)
downloadzsh-26a29e1a3b9bc15269e6fd634f28edb537123512.tar.gz
zsh-26a29e1a3b9bc15269e6fd634f28edb537123512.tar.xz
zsh-26a29e1a3b9bc15269e6fd634f28edb537123512.zip
manual/9980
Diffstat (limited to 'Src/Makefile.in')
-rw-r--r--Src/Makefile.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/Src/Makefile.in b/Src/Makefile.in
index c78e17429..37b988acb 100644
--- a/Src/Makefile.in
+++ b/Src/Makefile.in
@@ -131,7 +131,13 @@ FORCE:
 mymods.conf:
 	@echo Linking with the standard modules.
 
-modules-bltin: Makefile $(sdir)/xmods.conf mymods.conf
+modules-bltin:: mymods.conf
+	@if test -f mymods.conf; then \
+	    echo cat mymods.conf \> $@; \
+	    cat mymods.conf > $@; \
+	fi
+
+modules-bltin:: Makefile $(sdir)/xmods.conf
 	if test -f mymods.conf; then \
 	    cat mymods.conf > $@; \
 	elif test @D@ = N; then \