summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-06-06 17:51:57 (GMT)
committerGuido van Rossum <guido@python.org>2001-06-06 17:51:57 (GMT)
commit1d88c59f75711a0d20fdd9e0b63c9203748b1433 (patch)
tree6890a49b911b0d388c80c8b500bdc680db3bfee5 /Makefile.pre.in
parent2a9bda92234fa9084220c4ecb591544a41aae823 (diff)
downloadcpython-1d88c59f75711a0d20fdd9e0b63c9203748b1433.zip
cpython-1d88c59f75711a0d20fdd9e0b63c9203748b1433.tar.gz
cpython-1d88c59f75711a0d20fdd9e0b63c9203748b1433.tar.bz2
Acknowledge the existence of the 'platform' file, generated by the
Makefile and used by the setup.py script. Ignore it in .cvsignore; remove it in "make clobber".
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 0354849..c6a053e 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -763,7 +763,7 @@ clobber: clean
-rm -f $(PYTHON) $(PGEN) $(LIBRARY) $(LDLIBRARY) $(DLLLIBRARY) \
tags TAGS \
config.cache config.log config.h Modules/config.c
- -rm -rf build
+ -rm -rf build platform
# Make things extra clean, before making a distribution:
# remove all generated files, even Makefile[.pre]