about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 \