From 93d340abb469ddf6be32be26f6415fcc3a796f5e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Mon, 13 Apr 1998 16:13:53 +0200
Subject: [PATCH] Can now rebuild itself.

Rev: src/modules/Makefile.in:1.19
---
 src/modules/Makefile.in | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/modules/Makefile.in b/src/modules/Makefile.in
index 8b2b8868f5..3f8d77b643 100644
--- a/src/modules/Makefile.in
+++ b/src/modules/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.18 1998/04/09 21:11:28 hubbe Exp $
+# $Id: Makefile.in,v 1.19 1998/04/13 14:13:53 grubba Exp $
 
 @SET_MAKE@
 
@@ -33,6 +33,12 @@ modlist_headers.h: $(MODULE_SEGMENTS)
 linker_options: $(MODULE_LINKOPTS)
 	( for a in $(MODULES) ; do cat $$a/linker_options; done ; ) >linker_options
 
+Makefile: $(SRCDIR)/Makefile.in $(SRCDIR)/dependencies ./config.status
+	CONFIG_FILES=Makefile CONFIG_HEADERS="" ./config.status
+	touch remake
+	@echo "Run make again"
+	@exit 1
+
 depend:
 	for a in $(MODULES) ; do ( cd $$a ; ${MAKE} $(MAKE_FLAGS) MODNAME=$$a depend ) ; done
 
-- 
GitLab