From 73de68ceb05bce91db10c126ae617e5893541c9f Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 7 Oct 1998 22:51:56 +0000 Subject: Changes to deal with the sigcheck+intrcheck vs. signalmodule controversy. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index aec17f0895..23c40603c7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -432,6 +432,7 @@ Makefiles: config.status Modules/Makefile.pre (echo making Makefile in subdirectory $$i; cd $$i; \ $(MAKE) Makefile); \ done + -(rm -f Modules/hassignal; cd Modules; $(MAKE) hassignal) # Build the intermediate Makefile in Modules Modules/Makefile.pre: config.status -- cgit v1.2.1