summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-05-14 02:33:57 (GMT)
committerGuido van Rossum <guido@python.org>1998-05-14 02:33:57 (GMT)
commit02759c03f1f1bee6f33e2919bdbaa778ef2b8288 (patch)
tree0b6ba1aadfc6992a99cd989b1672eeeececc416e /Modules
parent09cae1f8cd57b24b711c3024056562e5124c3b65 (diff)
downloadcpython-02759c03f1f1bee6f33e2919bdbaa778ef2b8288.zip
cpython-02759c03f1f1bee6f33e2919bdbaa778ef2b8288.tar.gz
cpython-02759c03f1f1bee6f33e2919bdbaa778ef2b8288.tar.bz2
Don't delete glmodule.c on 'make clobber' (it's a checked in file!).
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 076fada..637506f 100644
--- a/Modules/Makefile.pre.in
+++ b/Modules/Makefile.pre.in
@@ -132,7 +132,7 @@ clean:
-rm -f *.o python core *~ [@,#]* *.old *.orig *.rej add2lib
clobber: clean
- -rm -f *.a tags TAGS config.c glmodule.c Makefile.pre
+ -rm -f *.a tags TAGS config.c Makefile.pre
-rm -f *.so *.sl so_locations
getpath.o: getpath.c Makefile