From 02759c03f1f1bee6f33e2919bdbaa778ef2b8288 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 14 May 1998 02:33:57 +0000 Subject: [PATCH] Don't delete glmodule.c on 'make clobber' (it's a checked in file!). --- 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 076fada0889..637506f4b19 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