From: Guido van Rossum Date: Thu, 14 May 1998 02:33:57 +0000 (+0000) Subject: Don't delete glmodule.c on 'make clobber' (it's a checked in file!). X-Git-Tag: v1.5.2a1~642 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02759c03f1f1bee6f33e2919bdbaa778ef2b8288;p=python Don't delete glmodule.c on 'make clobber' (it's a checked in file!). --- diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in index 076fada088..637506f4b1 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