summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-10-09 16:48:09 (GMT)
committerFred Drake <fdrake@acm.org>2000-10-09 16:48:09 (GMT)
commit9e2e1e592090a0de50a94890073c6570f0bcb0af (patch)
treeb4c70f74db0a304f065b21481f28943e39a44c66 /Modules
parentd359022127bb5a7e780b577eea6342dcd1724cd6 (diff)
downloadcpython-9e2e1e592090a0de50a94890073c6570f0bcb0af.zip
cpython-9e2e1e592090a0de50a94890073c6570f0bcb0af.tar.gz
cpython-9e2e1e592090a0de50a94890073c6570f0bcb0af.tar.bz2
Donn Cave <donn@oz.net>:
Updated to work better with BeOS. This closes SourceForge patch #101777.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in
index 5602d30..6708686 100644
--- a/Modules/Makefile.pre.in
+++ b/Modules/Makefile.pre.in
@@ -149,7 +149,7 @@ getpath.o: getpath.c Makefile
config.c Makefile: Makefile.pre config.c.in $(MAKESETUP)
config.c Makefile: Setup.config Setup Setup.local
config.c Makefile:
- -rm -f $(LIBRARY)
+ -rm -rf $(LIBRARY)
$(SHELL) $(MAKESETUP) Setup.config Setup.local Setup
hassignal: