summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-10-07 22:51:56 +0000
committerGuido van Rossum <guido@python.org>1998-10-07 22:51:56 +0000
commit73de68ceb05bce91db10c126ae617e5893541c9f (patch)
tree6b7355c214fc2160733952bbea44f1b52526461c /Makefile.in
parentd4555737e0c9074b139f53bd46edd22863412a86 (diff)
downloadcpython-73de68ceb05bce91db10c126ae617e5893541c9f.tar.gz
Changes to deal with the sigcheck+intrcheck vs. signalmodule controversy.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
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