From 9e2e1e592090a0de50a94890073c6570f0bcb0af Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 9 Oct 2000 16:48:09 +0000 Subject: Donn Cave : Updated to work better with BeOS. This closes SourceForge patch #101777. --- Modules/Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v0.12