summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-08-29 18:42:35 (GMT)
committerGuido van Rossum <guido@python.org>1997-08-29 18:42:35 (GMT)
commitcf0be04b2c07436a155792018ef1376b35f3456f (patch)
tree0607a47ba45b25df368e5147752c77cd53135a58 /Makefile.in
parentbeef8aa719e0573086571cb021225a544d2ae399 (diff)
downloadcpython-cf0be04b2c07436a155792018ef1376b35f3456f.zip
cpython-cf0be04b2c07436a155792018ef1376b35f3456f.tar.gz
cpython-cf0be04b2c07436a155792018ef1376b35f3456f.tar.bz2
Should remove getbuildno.o/buildno files in clobber/distclean targets.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 6a94388..2bf9eb9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -447,7 +447,7 @@ clean: localclean
done
localclobber: localclean
- -rm -f tags TAGS python $(LIBRARY)
+ -rm -f tags TAGS python $(LIBRARY) *.o
-rm -f config.log config.cache config.h
clobber: localclobber
@@ -465,6 +465,7 @@ distclean: clobber
-$(MAKE) -f $(srcdir)/Makefile.in \
SUBDIRS="$(SUBDIRSTOO)" clobber
-rm -f config.status config.log config.cache config.h Makefile
+ -rm -f buildno
-rm -f Modules/Makefile
-for i in $(SUBDIRS) $(SUBDIRSTOO); do \
for f in $$i/*.in; do \