about summary refs log tree commit diff
path: root/Src/Makefile.in
diff options
context:
space:
mode:
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 \