summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-10-07 22:51:56 (GMT)
committerGuido van Rossum <guido@python.org>1998-10-07 22:51:56 (GMT)
commit2a570049acf2789bfbe2d907a188895249f17b62 (patch)
tree4b6114d0e99dbcfb5e11e1ebae7e305a45d1564f /Makefile.in
parent2e23c3125a96d55509e227b34048a2f4bdce9f68 (diff)
downloadcpython-2a570049acf2789bfbe2d907a188895249f17b62.zip
cpython-2a570049acf2789bfbe2d907a188895249f17b62.tar.gz
cpython-2a570049acf2789bfbe2d907a188895249f17b62.tar.bz2
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 aec17f0..23c4060 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