Don't delete glmodule.c on 'make clobber' (it's a checked in file!).

This commit is contained in:
Guido van Rossum 1998-05-14 02:33:57 +00:00
parent 09cae1f8cd
commit 02759c03f1
1 changed files with 1 additions and 1 deletions

View File

@ -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